Skip to content

Commit

Permalink
Merge pull request #51 from ndustrialio/devops-495
Browse files Browse the repository at this point in the history
DEVOPS-495 fix common labels and bump charts
  • Loading branch information
kalinon authored Aug 16, 2022
2 parents 89b639c + d172e55 commit 7aa1a08
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions ndustrial/cronjob/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ type: application
dependencies:
- name: common
repository: https://ndustrialio.github.io/charts
version: ~0.2.13
version: ~0.2.15
tags:
- ndustrial-common
sources:
Expand All @@ -14,5 +14,5 @@ maintainers:
- email: devops@ndustrial.io
name: DevOps
# Please make sure that version and appVersion are always the same.
version: 0.1.19
appVersion: 0.1.19
version: 0.1.20
appVersion: 0.1.20
6 changes: 3 additions & 3 deletions ndustrial/deployment/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ type: application
dependencies:
- name: common
repository: https://ndustrialio.github.io/charts
version: ~0.2.13
version: ~0.2.15
tags:
- ndustrial-common
maintainers:
- email: devops@ndustrial.io
name: DevOps
# Please make sure that version and appVersion are always the same.
version: 0.1.32
appVersion: 0.1.32
version: 0.1.33
appVersion: 0.1.33
4 changes: 2 additions & 2 deletions ndustrial/deployment/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ spec:
metadata:
labels: {{- include "nio-common.labels.standard" . | nindent 8 }}
ndustrial.io/component: deployment
{{- if .Values.commonLabels }}
{{- include "nio-common.tplvalues.render" ( dict "value" .Values.commonLabels "context" $ ) | nindent 8 }}
{{- if .Values.labels }}
{{- include "nio-common.tplvalues.render" ( dict "value" .Values.labels "context" $ ) | nindent 8 }}
{{- end }}
{{- if .Values.podLabels }}
{{- include "nio-common.tplvalues.render" (dict "value" .Values.podLabels "context" $) | nindent 8 }}
Expand Down
6 changes: 3 additions & 3 deletions ndustrial/statefulset/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ type: application
dependencies:
- name: common
repository: https://ndustrialio.github.io/charts
version: ~0.2.13
version: ~0.2.15
tags:
- ndustrial-common
maintainers:
- email: devops@ndustrial.io
name: DevOps
# Please make sure that version and appVersion are always the same.
version: 0.1.29
appVersion: 0.1.29
version: 0.1.30
appVersion: 0.1.30

0 comments on commit 7aa1a08

Please sign in to comment.