Skip to content

Commit

Permalink
Merge pull request #2 from Starttoaster/helm
Browse files Browse the repository at this point in the history
Publish new chart version - bugfix with autoscaler
  • Loading branch information
Starttoaster authored Apr 16, 2024
2 parents 75cf3c9 + 2d7b2c1 commit d7a9961
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion chart/trivy-operator-explorer/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: 0.0.1
version: 0.0.2

# 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: 0 additions & 2 deletions chart/trivy-operator-explorer/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ metadata:
labels:
{{- include "trivy-operator-explorer.labels" . | nindent 4 }}
spec:
{{- if not .Values.autoscaling.enabled }}
replicas: {{ .Values.replicaCount }}
{{- end }}
selector:
matchLabels:
{{- include "trivy-operator-explorer.selectorLabels" . | nindent 6 }}
Expand Down

0 comments on commit d7a9961

Please sign in to comment.