Skip to content

Commit

Permalink
[bitnami/wildfly]: replicaSet missing from deployment.yaml (bitnami#5667
Browse files Browse the repository at this point in the history
)
  • Loading branch information
JohannesMattsson91 committed Mar 4, 2021
1 parent 9db0f63 commit f88896b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions bitnami/wildfly/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
version: 1.3.9
digest: sha256:de03bcd37a85979dadc44edf9094170791b0eb5004c9901b74c61c3a5c5f3af7
generated: "2021-02-11T21:40:34.381585498Z"
version: 1.4.1
digest: sha256:81be4c0ebd0a81952423b24268e82697231b8c07991ee60b23b950ff1db003a2
generated: "2021-03-03T20:12:45.945775842+01:00"
2 changes: 1 addition & 1 deletion bitnami/wildfly/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ name: wildfly
sources:
- https://github.com/bitnami/bitnami-docker-wildfly
- https://wildfly.org
version: 8.1.1
version: 8.1.2
1 change: 1 addition & 0 deletions bitnami/wildfly/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ spec:
selector:
matchLabels: {{- include "common.labels.matchLabels" . | nindent 6 }}
strategy: {{- include "common.tplvalues.render" (dict "value" .Values.updateStrategy "context" $ ) | nindent 4 }}
replicas: {{ .Values.replicaCount }}
template:
metadata:
labels: {{- include "common.labels.standard" . | nindent 8 }}
Expand Down

0 comments on commit f88896b

Please sign in to comment.