Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ymedlop committed May 24, 2024
1 parent 5ffbf88 commit 0abef05
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion charts/micro-base/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v2
name: micro-base
type: application
version: 1.0.5
version: 1.0.6
3 changes: 1 addition & 2 deletions charts/micro-base/templates/_deployment_containers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
{{- end }}
{{- end }}
{{- if .Values.deployment.env }}
env:
{{ toYaml .Values.deployment.env | indent 8 }}
env: {{ toYaml .Values.deployment.env | nindent 8 }}
{{- end }}
ports: {{ toYaml .Values.deployment.ports | nindent 8 }}
{{- if .Values.deployment.volumeMounts }}
Expand Down
4 changes: 2 additions & 2 deletions charts/micro-nginx/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
name: micro-nginx
type: application
version: 1.0.5
version: 1.0.6
dependencies:
- name: micro-base
version: 1.0.5
version: 1.0.6
repository: file://../micro-base
4 changes: 2 additions & 2 deletions charts/micro-node-red/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
name: micro-nodered
type: application
version: 1.0.5
version: 1.0.6
dependencies:
- name: micro-base
version: 1.0.5
version: 1.0.6
repository: file://../micro-base

0 comments on commit 0abef05

Please sign in to comment.