Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/dev/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
description: GXF local development Helm chart
name: gxf-local-dev
version: 0.0.3
version: 0.0.4
maintainers:
- name: developers
email: gxf@lists.lfenergy.org
Expand Down
2 changes: 1 addition & 1 deletion charts/dev/templates/pgweb/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
serviceAccountName: initcontainer-admin-sa
initContainers:
- name: wait-for-dependencies
image: bitnami/kubectl:latest
image: rancher/kubectl:v1.32.9
command:
- kubectl
- rollout
Expand Down
2 changes: 1 addition & 1 deletion charts/gxf-cucumber-tests/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
description: GXF cucumber tests Helm chart
name: gxf-cucumber-tests
version: 0.0.3
version: 0.0.4
maintainers:
- name: developers
email: gxf@lists.lfenergy.org
Expand Down
2 changes: 1 addition & 1 deletion charts/gxf-cucumber-tests/templates/job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
- name: report-volume
mountPath: /target/output/
- name: wait-for-dependencies
image: bitnami/kubectl:latest
image: rancher/kubectl:v1.32.9
command:
- kubectl
- rollout
Expand Down
2 changes: 1 addition & 1 deletion charts/gxf-platform/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
description: GXF platform Helm chart
name: gxf-platform
version: 0.0.4
version: 0.0.5
maintainers:
- name: developers
email: gxf@lists.lfenergy.org
Expand Down
2 changes: 1 addition & 1 deletion charts/gxf-platform/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
serviceAccountName: initcontainer-admin-sa
initContainers:
- name: wait-for-dependencies
image: bitnami/kubectl:latest
image: rancher/kubectl:v1.32.9
command:
- kubectl
- rollout
Expand Down