Skip to content

Commit

Permalink
fix: disable secret autoGenerated flag since it causes race condition (
Browse files Browse the repository at this point in the history
…#2906)

Co-authored-by: distro-ci[bot] <122795778+distro-ci[bot]@users.noreply.github.com>
Co-authored-by: hisImminence <[email protected]>
  • Loading branch information
3 people authored Feb 17, 2025
1 parent 95546f1 commit ddbccd9
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 13 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
global:
secrets:
autoGenerated: true
name: "integration-test-credentials"
autoGenerated: false
ingress:
enabled: true
className: nginx
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
global:
secrets:
autoGenerated: true
name: "integration-test-credentials"
autoGenerated: false
ingress:
enabled: true
className: nginx
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
global:
secrets:
autoGenerated: true
name: "integration-test-credentials"
autoGenerated: false
ingress:
enabled: true
className: nginx
Expand Down
4 changes: 4 additions & 0 deletions charts/camunda-platform-8.6/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,9 @@ annotations:
url: https://github.com/camunda/camunda-platform-helm
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/changes: |
- kind: fixed
description: "Added support for optimize env vars for migration initcontainer"
- kind: fixed
description: "Apply password key from subchart"
- kind: fixed
description: "Add new line to 8.6"
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
global:
secrets:
autoGenerated: true
name: "integration-test-credentials"
autoGenerated: false
ingress:
enabled: true
className: nginx
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
global:
secrets:
autoGenerated: true
name: "integration-test-credentials"
autoGenerated: false
ingress:
enabled: true
className: nginx
Expand Down
2 changes: 1 addition & 1 deletion charts/camunda-platform-alpha-8.8/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -3367,7 +3367,7 @@
"tag": {
"type": "string",
"description": "PostgreSQL image tag",
"default": "14.15.0-debian-12-r14"
"default": "14.16.0-debian-12-r0"
}
}
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
global:
secrets:
autoGenerated: true
name: "integration-test-credentials"
autoGenerated: false
ingress:
enabled: true
className: nginx
Expand Down

0 comments on commit ddbccd9

Please sign in to comment.