Skip to content

Commit e4f5730

Browse files
Updating pullPolicy to match uptsream chart
Signed-off-by: Leanne Ahern <lahern@redhat.com>
1 parent d135b80 commit e4f5730

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

charts/backstage/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ sources: []
4747
# Versions are expected to follow Semantic Versioning (https://semver.org/)
4848
# Note that when this chart is published to https://github.com/openshift-helm-charts/charts
4949
# it will follow the RHDH versioning 1.y.z
50-
version: 4.6.3
50+
version: 4.6.4

charts/backstage/templates/tests/test-connection.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ spec:
3131
- ls
3232
- /usr/bin/curl
3333
image: "{{ .Values.test.image.registry }}/{{ .Values.test.image.repository }}:{{ .Values.test.image.tag }}"
34-
imagePullPolicy: IfNotPresent
34+
imagePullPolicy: ""
3535
command: ["/bin/sh", "-c"]
3636
args:
3737
- |

charts/backstage/values.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4622,7 +4622,7 @@
46224622
}
46234623
],
46244624
"image": "{{ include \"backstage.image\" . }}",
4625-
"imagePullPolicy": "IfNotPresent",
4625+
"imagePullPolicy": "",
46264626
"name": "install-dynamic-plugins",
46274627
"resources": {
46284628
"limits": {

charts/backstage/values.schema.tmpl.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"registry": "quay.io",
1414
"repository": "janus-idp/redhat-backstage-build",
1515
"tag": "latest",
16-
"pullPolicy": "IfNotPresent"
16+
"pullPolicy": ""
1717
}
1818
}
1919
}

charts/backstage/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ upstream:
3939
registry: quay.io
4040
repository: rhdh/rhdh-hub-rhel9
4141
tag: latest
42-
pullPolicy: IfNotPresent
42+
pullPolicy: ""
4343
command: []
4444
# FIXME (tumido): USE POSTGRES_PASSWORD and POSTGRES_USER instead of POSTGRES_ADMIN_PASSWORD
4545
# This is a hack. In {fedora,rhel}/postgresql images, regular user is forbidden
@@ -213,7 +213,7 @@ upstream:
213213
# This following variable is required for orchestrator to startup properly.
214214
- name: MAX_ENTRY_SIZE
215215
value: "30000000"
216-
imagePullPolicy: IfNotPresent
216+
imagePullPolicy: ""
217217
volumeMounts:
218218
- mountPath: /dynamic-plugins-root
219219
name: dynamic-plugins-root

charts/orchestrator-software-templates-infra/templates/openshift-gitops/wait-for-crd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ spec:
7272
limits:
7373
memory: {{ .Values.resources.limits.memory }}
7474
cpu: {{ .Values.resources.limits.cpu }}
75-
imagePullPolicy: IfNotPresent
75+
imagePullPolicy: ""
7676
command:
7777
- sh
7878
- -c

0 commit comments

Comments
 (0)