Skip to content

Commit 1597434

Browse files
[chore] Updating pullPolicy to match uptsream chart (#282)
* Updating pullPolicy Signed-off-by: Leanne Ahern <lahern@redhat.com> * Updating chart version --patch Signed-off-by: Leanne Ahern <lahern@redhat.com> * chore(pre-commit): Auto-fix hooks Co-authored-by: OpinionatedHeron <OpinionatedHeron@users.noreply.github.com> --------- Signed-off-by: Leanne Ahern <lahern@redhat.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: OpinionatedHeron <OpinionatedHeron@users.noreply.github.com>
1 parent 7ec665f commit 1597434

6 files changed

Lines changed: 9 additions & 9 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.8.0
50+
version: 4.8.1

charts/backstage/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# RHDH Backstage Helm Chart for OpenShift
33

4-
![Version: 4.8.0](https://img.shields.io/badge/Version-4.8.0-informational?style=flat-square)
4+
![Version: 4.8.1](https://img.shields.io/badge/Version-4.8.1-informational?style=flat-square)
55
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
66

77
A Helm chart for deploying Red Hat Developer Hub, which is a Red Hat supported version of Backstage.
@@ -30,7 +30,7 @@ helm repo add bitnami https://charts.bitnami.com/bitnami
3030
helm repo add backstage https://backstage.github.io/charts
3131
helm repo add redhat-developer https://redhat-developer.github.io/rhdh-chart
3232

33-
helm install my-backstage redhat-developer/backstage --version 4.8.0
33+
helm install my-backstage redhat-developer/backstage --version 4.8.1
3434
```
3535

3636
## Introduction

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4556,7 +4556,7 @@
45564556
"type": "string"
45574557
},
45584558
"pullPolicy": {
4559-
"default": "IfNotPresent",
4559+
"default": "",
45604560
"description": "Ref: https://kubernetes.io/docs/concepts/containers/images/#image-pull-policy",
45614561
"enum": [
45624562
"Always",
@@ -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-community/rhdh
4141
tag: next
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

0 commit comments

Comments
 (0)