Skip to content

Commit

Permalink
fix(deps): update camunda-platform-alpha (patch) (#2701)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 21, 2024
1 parent 9752760 commit a2661e2
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 11 deletions.
4 changes: 2 additions & 2 deletions charts/camunda-platform-alpha/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -802,7 +802,7 @@ Please see the corresponding [release guide](../../docs/release.md) to find out
| `webModeler.nameOverride` | can be used to partly override the name of the WebModeler resources (names will still be prefixed with the release name) | `""` |
| `webModeler.image` | configuration of the WebModeler Docker images | |
| `webModeler.image.registry` | can be used to set the Docker registry for the WebModeler images (overwrites global.image.registry) | `""` |
| `webModeler.image.tag` | can be used to set the Docker image tag for the WebModeler images (overwrites global.image.tag) | `8.7.0-alpha2` |
| `webModeler.image.tag` | can be used to set the Docker image tag for the WebModeler images (overwrites global.image.tag) | `8.7.0-alpha3` |
| `webModeler.image.pullSecrets` | can be used to configure image pull secrets, see https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod | `[]` |
| `webModeler.contextPath` | can be used to make WebModeler available on a custom sub-path. This is mainly used to run the Camunda web applications under a single domain. | `""` |

Expand Down Expand Up @@ -1060,7 +1060,7 @@ Please see the corresponding [release guide](../../docs/release.md) to find out
| `webModelerPostgresql.global.compatibility.openshift.adaptSecurityContext` | Adapt the securityContext sections of the deployment to make them compatible with Openshift restricted-v2 SCC: remove runAsUser, runAsGroup and fsGroup and let the platform use their allowed default IDs. Possible values: force (perform the adaptation always), disabled (do not perform adaptation) | `{{ .Values.global.compatibility.openshift.adaptSecurityContext | default "disabled" }}` |
| `webModelerPostgresql.nameOverride` | defines the name of the Postgres resources (names will be prefixed with the release name), see https://github.com/bitnami/charts/tree/main/bitnami/postgresql#common-parameters | `postgresql-web-modeler` |
| `webModelerPostgresql.image.repository` | PostgreSQL repo | `bitnami/postgresql` |
| `webModelerPostgresql.image.tag` | PostgreSQL image tag | `14.15.0-debian-12-r3` |
| `webModelerPostgresql.image.tag` | PostgreSQL image tag | `14.15.0-debian-12-r5` |
| `postgresql.auth` | configuration of the database authentication | |
| `webModelerPostgresql.auth.username` | defines the name of the database user to be created for WebModeler | `web-modeler` |
| `webModelerPostgresql.auth.password` | can be used to provide the database user's password; a random password will be generated if left empty / ignored if `postgresql.auth.existingSecret` is set | `""` |
Expand Down
2 changes: 1 addition & 1 deletion charts/camunda-platform-alpha/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.22.2

require (
github.com/BurntSushi/toml v1.4.0
github.com/gruntwork-io/terratest v0.48.0
github.com/gruntwork-io/terratest v0.48.1
github.com/stretchr/testify v1.10.0
gopkg.in/yaml.v3 v3.0.1
k8s.io/api v0.28.4
Expand Down
2 changes: 2 additions & 0 deletions charts/camunda-platform-alpha/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,8 @@ github.com/gruntwork-io/terratest v0.47.2 h1:t6iWwsqJH7Gx0RwXleU/vjc+2c0JXRMdj3D
github.com/gruntwork-io/terratest v0.47.2/go.mod h1:LnYX8BN5WxUMpDr8rtD39oToSL4CBERWSCusbJ0d/64=
github.com/gruntwork-io/terratest v0.48.0 h1:OoqJYAnBxejInn7TPizFGJNMCFvPHbiWNS3hGFKdHhA=
github.com/gruntwork-io/terratest v0.48.0/go.mod h1:U2EQW4Odlz75XJUH16Kqkr9c93p+ZZtkpVez7GkZFa4=
github.com/gruntwork-io/terratest v0.48.1 h1:pnydDjkWbZCUYXvQkr24y21fBo8PfJC5hRGdwbl1eXM=
github.com/gruntwork-io/terratest v0.48.1/go.mod h1:U2EQW4Odlz75XJUH16Kqkr9c93p+ZZtkpVez7GkZFa4=
github.com/hashicorp/errwrap v1.0.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4=
github.com/hashicorp/errwrap v1.1.0 h1:OxrOeh75EUXMY8TBjag2fzXGZ40LB6IKw45YeGUDY2I=
github.com/hashicorp/errwrap v1.1.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4=
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ metadata:
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: camunda-platform
app.kubernetes.io/component: web-modeler
app.kubernetes.io/version: "8.7.0-alpha2"
app.kubernetes.io/version: "8.7.0-alpha3"
annotations:
{}
data:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
[]
containers:
- name: web-modeler-restapi
image: "camunda/web-modeler-restapi:8.7.0-alpha2"
image: "camunda/web-modeler-restapi:8.7.0-alpha3"
imagePullPolicy: Always
securityContext:
allowPrivilegeEscalation: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
[]
containers:
- name: web-modeler-webapp
image: "camunda/web-modeler-webapp:8.7.0-alpha2"
image: "camunda/web-modeler-webapp:8.7.0-alpha3"
imagePullPolicy: Always
securityContext:
allowPrivilegeEscalation: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
[]
containers:
- name: web-modeler-websockets
image: "camunda/web-modeler-websockets:8.7.0-alpha2"
image: "camunda/web-modeler-websockets:8.7.0-alpha3"
imagePullPolicy: Always
securityContext:
allowPrivilegeEscalation: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ metadata:
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: camunda-platform
app.kubernetes.io/component: web-modeler
app.kubernetes.io/version: "8.7.0-alpha2"
app.kubernetes.io/version: "8.7.0-alpha3"
annotations:
{}
type: Opaque
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ metadata:
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: camunda-platform
app.kubernetes.io/component: web-modeler
app.kubernetes.io/version: "8.7.0-alpha2"
app.kubernetes.io/version: "8.7.0-alpha3"
automountServiceAccountToken: false
4 changes: 2 additions & 2 deletions charts/camunda-platform-alpha/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1142,7 +1142,7 @@ webModeler:
registry: ""
## @param webModeler.image.tag can be used to set the Docker image tag for the WebModeler images (overwrites global.image.tag)
# renovate: datasource=docker depName=camunda/web-modeler-restapi
tag: 8.7.0-alpha2
tag: 8.7.0-alpha3
## @param webModeler.image.pullSecrets can be used to configure image pull secrets, see https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod
pullSecrets: []

Expand Down Expand Up @@ -1726,7 +1726,7 @@ webModelerPostgresql:
## @param webModelerPostgresql.image.tag PostgreSQL image tag
image:
repository: bitnami/postgresql
tag: 14.15.0-debian-12-r3
tag: 14.15.0-debian-12-r5
## @extra postgresql.auth configuration of the database authentication
auth:
## @param webModelerPostgresql.auth.username defines the name of the database user to be created for WebModeler
Expand Down

0 comments on commit a2661e2

Please sign in to comment.