Skip to content

Commit

Permalink
helm changes for kuberhealthy
Browse files Browse the repository at this point in the history
  • Loading branch information
Nithunikzz committed Feb 16, 2024
1 parent 534d850 commit 9177c42
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/client/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.1.18
version: 1.1.19

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
2 changes: 2 additions & 0 deletions charts/client/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,8 @@ spec:
value : {{ .Values.consumer.trivyimageconsumer }}
- name : TRIVY_SBOM_CONSUMER
value : {{ .Values.consumer.trivysbomconsumer }}
- name : KUBERHEALTHY_CONSUMER
value : {{ .Values.consumer.kuberhealthyconsumer }}
resources:
{{- toYaml .Values.resources | nindent 12 }}
{{- with .Values.nodeSelector }}
Expand Down
3 changes: 2 additions & 1 deletion charts/client/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -187,4 +187,5 @@ consumer:
kubscoreconsumer: "KUBSCORE_CONSUMER"
trivyconsumer: "TRIVY_CONSUMER"
trivyimageconsumer: "TRIVY_IMAGE_CONSUMER"
trivysbomconsumer: "TRIVY_SBOM_CONSUMER"
trivysbomconsumer: "TRIVY_SBOM_CONSUMER"
kuberhealthyconsumer: "KUBERHEALTHY_CONSUMER"

0 comments on commit 9177c42

Please sign in to comment.