Skip to content

Commit

Permalink
chore(deps): update camunda-platform-alpha (patch) (#2267)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: distro-ci[bot] <122795778+distro-ci[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and distro-ci[bot] authored Sep 6, 2024
1 parent b80c85e commit 87f69e2
Show file tree
Hide file tree
Showing 13 changed files with 26 additions and 24 deletions.
22 changes: 11 additions & 11 deletions charts/camunda-platform-alpha/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1454,16 +1454,16 @@ Please see the corresponding [release guide](../../docs/release.md) to find out

### WebModeler Parameters

| Name | Description | Value |
| ------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------- | -------------- |
| `webModeler.enabled` | if true, the WebModeler deployment and its related resources are deployed via a helm release | `false` |
| `webModeler.fullnameOverride` | can be used to override the full name of the WebModeler resources | `""` |
| `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.6.0-alpha4` |
| `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. | `""` |
| Name | Description | Value |
| ------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------- | ------------------ |
| `webModeler.enabled` | if true, the WebModeler deployment and its related resources are deployed via a helm release | `false` |
| `webModeler.fullnameOverride` | can be used to override the full name of the WebModeler resources | `""` |
| `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.6.0-alpha5-rc1` |
| `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. | `""` |

### WebModeler - RestAPI Parameters

Expand Down Expand Up @@ -1862,7 +1862,7 @@ Please see the corresponding [release guide](../../docs/release.md) to find out
| `elasticsearch.global.compatibility` | Compatibility adaptations for Kubernetes platforms | |
| `elasticsearch.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" }}` |
| `elasticsearch.image.repository` | | `bitnami/elasticsearch` |
| `elasticsearch.image.tag` | | `8.15.0` |
| `elasticsearch.image.tag` | | `8.15.1` |
| `elasticsearch.master.replicaCount` | defines number of master-elegible replicas to deploy | `3` |
| `elasticsearch.master.podAntiAffinityPreset` | defines Pod anti-affinity preset. Ignored if master.affinity is set | `hard` |
| `elasticsearch.master.containerSecurityContext.readOnlyRootFilesystem` | | `true` |
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.47.0
github.com/gruntwork-io/terratest v0.47.1
github.com/stretchr/testify v1.9.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 @@ -69,6 +69,8 @@ github.com/gruntwork-io/terratest v0.46.16 h1:l+HHuU7lNLwoAl2sP8zkYJy0uoE2Mwha2n
github.com/gruntwork-io/terratest v0.46.16/go.mod h1:oywHw1cFKXSYvKPm27U7quZVzDUlA22H2xUrKCe26xM=
github.com/gruntwork-io/terratest v0.47.0 h1:xIy1pT7NbGVlMLDZEHl3+3iSnvffh8tN2pL6idn448c=
github.com/gruntwork-io/terratest v0.47.0/go.mod h1:oywHw1cFKXSYvKPm27U7quZVzDUlA22H2xUrKCe26xM=
github.com/gruntwork-io/terratest v0.47.1 h1:qOaxnL7Su5+KpDHYUN/ek1jn8ImvCKtOkaY4OSMS4tI=
github.com/gruntwork-io/terratest v0.47.1/go.mod h1:LnYX8BN5WxUMpDr8rtD39oToSL4CBERWSCusbJ0d/64=
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.6.0-alpha4"
app.kubernetes.io/version: "8.6.0-alpha5-rc1"
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.6.0-alpha4"
image: "camunda/web-modeler-restapi:8.6.0-alpha5-rc1"
imagePullPolicy: IfNotPresent
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.6.0-alpha4"
image: "camunda/web-modeler-webapp:8.6.0-alpha5-rc1"
imagePullPolicy: IfNotPresent
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.6.0-alpha4"
image: "camunda/web-modeler-websockets:8.6.0-alpha5-rc1"
imagePullPolicy: IfNotPresent
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.6.0-alpha4"
app.kubernetes.io/version: "8.6.0-alpha5-rc1"
annotations:
ingress.kubernetes.io/rewrite-target: /
nginx.ingress.kubernetes.io/proxy-buffer-size: 128k
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.6.0-alpha4"
app.kubernetes.io/version: "8.6.0-alpha5-rc1"
annotations:
ingress.kubernetes.io/rewrite-target: /
nginx.ingress.kubernetes.io/proxy-buffer-size: 128k
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.6.0-alpha4"
app.kubernetes.io/version: "8.6.0-alpha5-rc1"
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.6.0-alpha4"
app.kubernetes.io/version: "8.6.0-alpha5-rc1"
automountServiceAccountToken: false
4 changes: 2 additions & 2 deletions charts/camunda-platform-alpha/values-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ webModeler:
# https://hub.docker.com/r/camunda/web-modeler-restapi
image:
# renovate: datasource=docker depName=camunda/web-modeler-restapi
tag: 8.6.0-alpha4
tag: 8.6.0-alpha5-rc1

zeebe:
# https://hub.docker.com/r/camunda/zeebe/tags
Expand Down Expand Up @@ -85,4 +85,4 @@ elasticsearch:
# https://hub.docker.com/r/bitnami/elasticsearch/tags
image:
repository: bitnami/elasticsearch
tag: 8.15.0
tag: 8.15.1
4 changes: 2 additions & 2 deletions charts/camunda-platform-alpha/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2751,7 +2751,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.6.0-alpha4
tag: 8.6.0-alpha5-rc1
## @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 @@ -3684,7 +3684,7 @@ elasticsearch:
## @param elasticsearch.image.repository
repository: bitnami/elasticsearch
## @param elasticsearch.image.tag
tag: 8.15.0
tag: 8.15.1
master:
## @param elasticsearch.master.replicaCount defines number of master-elegible replicas to deploy
replicaCount: 3
Expand Down

0 comments on commit 87f69e2

Please sign in to comment.