Skip to content

Commit

Permalink
Update Kubexray to 0.4.0, other tools updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rimusz committed Sep 27, 2019
1 parent 8e18fd5 commit 429361f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -21,8 +21,8 @@ jobs:
- CHARTS_REPO=https://github.com/jfrog/charts
- K8S_VERSION=v1.15.3
- KIND_VERSION=v0.5.1
- KUBEVAL_VERSION=0.13.0
- HELM_VERSION=v2.14.2
- KUBEVAL_VERSION=0.14.0
- HELM_VERSION=v2.14.3
- CHART_TESTING_ARGS=""
script:
- echo "Run chart-testing linting!"
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -5,7 +5,7 @@ CHART_TESTING_IMAGE ?= quay.io/helmpack/chart-testing
CHART_TESTING_TAG ?= v2.3.3
TEST_IMAGE_TAG ?= v3.3.2
K8S_VERSION ?= v1.15.3
KIND_VERSION ?= v0.5.0
KIND_VERSION ?= v0.5.1

# If the first argument is "lint" or "mac" or "gke" or "kind"
ifneq ( $(filter wordlist 1,lint mac gke kind), $(firstword $(MAKECMDGOALS)))
Expand Down
3 changes: 3 additions & 0 deletions stable/kubexray/CHANGELOG.md
@@ -1,6 +1,9 @@
# JFrog KubeXray Chart Changelog
All changes to this chart will be documented in this file.

## [0.4.0] - Sep 27, 2019
* Updated Kubexray version to 0.1.5

## [0.3.12] - Jul 22, 2019
* Change Ingress API to be compatible with recent kubernetes versions and remove the beta API group from the Deployment

Expand Down
4 changes: 2 additions & 2 deletions stable/kubexray/Chart.yaml
@@ -1,7 +1,7 @@
apiVersion: v1
name: kubexray
version: 0.3.12
appVersion: 0.1.3
version: 0.4.0
appVersion: 0.1.5
home: https://github.com/jfrog/kubexray
description: KubeXray Helm chart
keywords:
Expand Down

0 comments on commit 429361f

Please sign in to comment.