Skip to content

Commit

Permalink
chore(deps): update common docker tag to v0.2.8 (#362)
Browse files Browse the repository at this point in the history
* chore(deps): update common docker tag to v0.2.8

* fix(tests): update imagePullPolicy to IfNotPresent in snapshot tests

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Bastian Echterhölter <bastian.echterhoelter@sap.com>
  • Loading branch information
renovate[bot] and nexus49 authored Feb 10, 2025
1 parent 68c392f commit 23eea17
Show file tree
Hide file tree
Showing 28 changed files with 37 additions and 37 deletions.
6 changes: 3 additions & 3 deletions charts/account-operator/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ dependencies:
version: 0.1.11
- name: common
repository: oci://ghcr.io/openmfp/helm-charts
version: 0.2.7
digest: sha256:076f1128f18954e6b9b2e7fe39882197c683415ae2a089f0757e358e62a018b9
generated: "2025-01-14T21:12:11.220820816Z"
version: 0.2.8
digest: sha256:bce71370622dfe032df80c951a770dccb6deaf3a5ae075335910f754bd4fccc8
generated: "2025-02-10T18:48:32.141404162Z"
4 changes: 2 additions & 2 deletions charts/account-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ apiVersion: v2
name: account-operator
description: A Helm chart to deploy OpenMFP Account-Operator
type: application
version: 0.5.67
version: 0.5.68
appVersion: "0.155.0"
dependencies:
- name: account-operator-crds
version: 0.1.11
condition: crds.enabled
repository: oci://ghcr.io/openmfp/helm-charts
- name: common
version: 0.2.7
version: 0.2.8
repository: oci://ghcr.io/openmfp/helm-charts
Binary file removed charts/account-operator/charts/common-0.2.7.tgz
Binary file not shown.
Binary file added charts/account-operator/charts/common-0.2.8.tgz
Binary file not shown.
6 changes: 3 additions & 3 deletions charts/example-content/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: common
repository: oci://ghcr.io/openmfp/helm-charts
version: 0.2.7
digest: sha256:5774633903b218b0d938a3f441151b75fec603657defc139dddde6520fc91853
generated: "2025-01-07T15:22:42.365175452Z"
version: 0.2.8
digest: sha256:88e8d528b6fcc70a9fb622aad43a0d896814acd2100d431c98b9603865dcc50a
generated: "2025-02-10T18:48:39.924098819Z"
4 changes: 2 additions & 2 deletions charts/example-content/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
appVersion: "0.151.0"
description: Helm Chart for the openmfp Portal
name: example-content
version: 0.113.7
version: 0.113.8
dependencies:
- name: common
version: 0.2.7
version: 0.2.8
repository: oci://ghcr.io/openmfp/helm-charts
Binary file removed charts/example-content/charts/common-0.2.7.tgz
Binary file not shown.
Binary file added charts/example-content/charts/common-0.2.8.tgz
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ matches the snapshot:
- name: PORT
value: "8080"
image: ghcr.io/openmfp/example-content:1.0.0
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
name: RELEASE-NAME-example-content
ports:
- containerPort: 8080
Expand Down Expand Up @@ -164,7 +164,7 @@ matches the snapshot (internalUrl):
- name: PORT
value: "8080"
image: ghcr.io/openmfp/example-content:1.0.0
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
name: RELEASE-NAME-example-content
ports:
- containerPort: 8080
Expand Down
6 changes: 3 additions & 3 deletions charts/extension-manager-operator/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ dependencies:
version: 0.2.0
- name: common
repository: oci://ghcr.io/openmfp/helm-charts
version: 0.2.7
digest: sha256:ec66c45d6759d84101ce73aadff5e3036a299b37ebdc7d47118fcf7c2907002a
generated: "2025-02-09T17:56:32.753549773Z"
version: 0.2.8
digest: sha256:00b76610b045f6ca44675ce287d551823ca67c7bac847bebdb5ae5c3fed0a318
generated: "2025-02-10T18:48:47.676919501Z"
4 changes: 2 additions & 2 deletions charts/extension-manager-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ apiVersion: v2
name: extension-manager-operator
description: A Helm chart for extension-manager-operator which manages resources like ContentConfigurations and exposes REST `/validate` endpoint
type: application
version: 0.23.3
version: 0.23.4
appVersion: "0.115.0"
dependencies:
- name: extension-manager-operator-crds
version: 0.2.0
condition: crds.enabled
repository: oci://ghcr.io/openmfp/helm-charts
- name: common
version: 0.2.7
version: 0.2.8
repository: oci://ghcr.io/openmfp/helm-charts
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ operator match the snapshot:
- --log-level=
- --health-probe-bind-address=:8081
image: ghcr.io/openmfp/extension-manager-operator:1.0.0
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 1
httpGet:
Expand Down Expand Up @@ -126,7 +126,7 @@ operator match the snapshot:
- args:
- server
image: ghcr.io/openmfp/extension-manager-operator:1.0.0
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 1
httpGet:
Expand Down
6 changes: 3 additions & 3 deletions charts/infra/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: common
repository: oci://ghcr.io/openmfp/helm-charts
version: 0.2.7
digest: sha256:5774633903b218b0d938a3f441151b75fec603657defc139dddde6520fc91853
generated: "2025-01-07T15:22:52.346255158Z"
version: 0.2.8
digest: sha256:88e8d528b6fcc70a9fb622aad43a0d896814acd2100d431c98b9603865dcc50a
generated: "2025-02-10T18:48:56.268057051Z"
4 changes: 2 additions & 2 deletions charts/infra/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ apiVersion: v2
name: infra
description: The infra openmfp chart configures a number of common infrastructure components for the OpenMFP platform.
type: application
version: 0.60.8
version: 0.60.9
appVersion: "0.0.0"

dependencies:
- name: common
version: 0.2.7
version: 0.2.8
repository: oci://ghcr.io/openmfp/helm-charts
Binary file removed charts/infra/charts/common-0.2.7.tgz
Binary file not shown.
Binary file added charts/infra/charts/common-0.2.8.tgz
Binary file not shown.
6 changes: 3 additions & 3 deletions charts/keycloak/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ dependencies:
version: 24.4.9
- name: common
repository: oci://ghcr.io/openmfp/helm-charts
version: 0.2.7
digest: sha256:b650d1c0cd53837d645c6ad53950b42074d12495c95239fd7066920a32b23d66
generated: "2025-02-07T13:27:35.062327185Z"
version: 0.2.8
digest: sha256:467864ba8819ff795ae3507e889d06098ad65d10c54bc4ae6f94d0cc9bac7044
generated: "2025-02-10T18:49:04.665263327Z"
4 changes: 2 additions & 2 deletions charts/keycloak/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: keycloak
description: A Helm chart to deploy keycloak as OIDC provider in openmfp

type: application
version: 0.61.0
version: 0.61.1
appVersion: "1.16.0"

dependencies:
Expand All @@ -12,5 +12,5 @@ dependencies:
version: 24.4.9
repository: oci://registry-1.docker.io/bitnamicharts
- name: common
version: 0.2.7
version: 0.2.8
repository: oci://ghcr.io/openmfp/helm-charts
Binary file removed charts/keycloak/charts/common-0.2.7.tgz
Binary file not shown.
Binary file added charts/keycloak/charts/common-0.2.8.tgz
Binary file not shown.
6 changes: 3 additions & 3 deletions charts/portal/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: common
repository: oci://ghcr.io/openmfp/helm-charts
version: 0.2.7
digest: sha256:5774633903b218b0d938a3f441151b75fec603657defc139dddde6520fc91853
generated: "2025-01-07T15:23:02.660739506Z"
version: 0.2.8
digest: sha256:88e8d528b6fcc70a9fb622aad43a0d896814acd2100d431c98b9603865dcc50a
generated: "2025-02-10T18:49:13.444070815Z"
4 changes: 2 additions & 2 deletions charts/portal/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
apiVersion: v2
description: Helm Chart for the openmfp Portal
name: portal
version: 0.72.5
version: 0.72.6
appVersion: "0.338.0"
dependencies:
- name: common
repository: oci://ghcr.io/openmfp/helm-charts
version: 0.2.7
version: 0.2.8
Binary file removed charts/portal/charts/common-0.2.7.tgz
Binary file not shown.
Binary file added charts/portal/charts/common-0.2.8.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion charts/portal/tests/__snapshot__/deploy_test.yaml.snap
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ matches the snapshot:
- name: TEST_TEST
value: test test
image: ghcr.io/openmfp/portal:1.0.0
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 1
httpGet:
Expand Down
4 changes: 2 additions & 2 deletions charts/portal/tests/__snapshot__/istio_test.yaml.snap
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ matches the snapshot:
- name: TEST_TEST
value: test test
image: ghcr.io/openmfp/portal:1.0.0
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 1
httpGet:
Expand Down Expand Up @@ -254,7 +254,7 @@ matches the snapshot with istio disabled:
- name: TEST_TEST
value: test test
image: ghcr.io/openmfp/portal:1.0.0
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 1
httpGet:
Expand Down

0 comments on commit 23eea17

Please sign in to comment.