Skip to content

Commit 3cec506

Browse files
fix: cors origins format (#31)
* wip: test1 * fix: cors origin WA for ansible * wip: test2
1 parent ff0dceb commit 3cec506

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

apps/rs-server-adgs/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ helmCharts:
1919
releaseName: '{{ app_name }}'
2020
repo: https://rs-python.github.io/rs-helm
2121
valuesFile: values.yaml
22-
version: 1.0.0-a3
22+
version: 1.0.0-a3-1207f2b
2323
apiVersion: kustomize.config.k8s.io/v1beta1
2424
kind: Kustomization
2525
labels:

apps/rs-server-cadip/kustomization.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ helmCharts:
1919
releaseName: '{{ app_name }}'
2020
repo: https://rs-python.github.io/rs-helm
2121
valuesFile: values.yaml
22-
version: 1.0.0-a3
23-
22+
version: 1.0.0-a3-1207f2b
2423

2524
resources:
2625
- grafanadatasource.yaml

apps/rs-server-catalog/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ helmCharts:
1919
releaseName: '{{ app_name }}'
2020
repo: https://rs-python.github.io/rs-helm
2121
valuesFile: values.yaml
22-
version: 1.0.0-a3
22+
version: 1.0.0-a3-1207f2b
2323
apiVersion: kustomize.config.k8s.io/v1beta1
2424
kind: Kustomization
2525
labels:

apps/rs-server-prip/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ helmCharts:
1919
releaseName: '{{ app_name }}'
2020
repo: https://rs-python.github.io/rs-helm
2121
valuesFile: values.yaml
22-
version: 1.0.0-a3
22+
version: 1.0.0-a3-1207f2b
2323
apiVersion: kustomize.config.k8s.io/v1beta1
2424
kind: Kustomization
2525
labels:

0 commit comments

Comments
 (0)