Skip to content

Commit

Permalink
Change stable repository location to https://charts.helm.sh/stable
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulsadanandan committed Nov 3, 2020
1 parent f59f09f commit efb75ba
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ MAC_ARGS ?=
CHARTS_REPO ?= https://github.com/jfrog/charts
CHART_TESTING_IMAGE ?= quay.io/rimusz/charts-ci
CHART_TESTING_TAG ?= v0.0.12
HELM_VERSION ?= v3.3.4
HELM_VERSION ?= v3.4.0

# If the first argument is "lint" or "mac" or "gke" or "kind"
ifneq ( $(filter wordlist 1,lint mac gke kind), $(firstword $(MAKECMDGOALS)))
Expand Down
4 changes: 2 additions & 2 deletions pipelines/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ pipelines:
readOnly:
PIPELINES_BRANCH: charts-public-pipelines
CHART_TESTING_IMAGE: quay.io/rimusz/charts-ci
CHART_TESTING_TAG: v0.0.12
CHART_TESTING_TAG: v0.0.13
CHARTS_REPO: https://github.com/jfrog/charts
KUBEVAL_VERSION: 0.15.0
HELM_VERSION: v3.3.4
HELM_VERSION: v3.4.0
CHART_TESTING_ARGS: ""
GCLOUD_GKE_CLUSTER: ${int_charts_testing_cluster_cluster}
GCLOUD_SERVICE_KEY_CHARTS_CI: ${int_charts_testing_cluster_gcp_service_key}
Expand Down
3 changes: 3 additions & 0 deletions stable/xray/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# JFrog Xray Chart Changelog
All changes to this chart will be documented in this file.

## [6.2.2] - Nov 3, 2020
* Change stable repository location to https://charts.helm.sh/stable

## [6.2.1] - Oct 23, 2020
* Update router version to `1.4.4`

Expand Down
2 changes: 1 addition & 1 deletion stable/xray/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: xray
home: https://www.jfrog.com/xray/
version: 6.2.1
version: 6.2.2
appVersion: 3.10.3
description: Universal component scan for security and license inventory and impact
analysis
Expand Down
6 changes: 3 additions & 3 deletions stable/xray/requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ dependencies:
repository: https://charts.bitnami.com/bitnami
version: 9.3.4
- name: rabbitmq-ha
repository: https://kubernetes-charts.storage.googleapis.com/
repository: https://charts.helm.sh/stable
version: 1.46.4
- name: rabbitmq
repository: https://charts.bitnami.com/bitnami
version: 7.4.3
digest: sha256:4d33b3757e8bd350927ac3e384504ef0da0b91c36b55016ea791081c407db6ff
generated: "2020-09-02T12:51:46.22815+05:30"
digest: sha256:a35749fa75594aa534052cb2dc42bc2b7f47dfda9001879eeb38a7415748eacd
generated: "2020-11-03T13:25:10.196531+05:30"
2 changes: 1 addition & 1 deletion stable/xray/requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies:
condition: postgresql.enabled
- name: rabbitmq-ha
version: 1.46.4
repository: https://kubernetes-charts.storage.googleapis.com/
repository: https://charts.helm.sh/stable
condition: rabbitmq-ha.enabled
- name: rabbitmq
version: 7.4.3
Expand Down
2 changes: 1 addition & 1 deletion test/ct.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ chart-dirs:
chart-repos:
- jfrog=https://charts.jfrog.io
- bitnami=https://charts.bitnami.com/bitnami
- stable=https://kubernetes-charts.storage.googleapis.com
- stable=https://charts.helm.sh/stable
helm-extra-args:
--timeout 30m

0 comments on commit efb75ba

Please sign in to comment.