Skip to content

Commit

Permalink
fix(charts): name is too long (#37)
Browse files Browse the repository at this point in the history
Signed-off-by: Yoan Blanc <yoan.blanc@chuv.ch>
  • Loading branch information
greut authored Oct 28, 2024
1 parent c921de7 commit f1f5f68
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions charts/workbench-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ 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.2.2
version: 0.2.3
# 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
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "0.2.2"
appVersion: "0.2.3"
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor
metadata:
name: {{ include "workbench-operator.fullname" . }}-controller-manager-metrics-monitor
name: {{ include "workbench-operator.fullname" . }}-metrics-monitor
labels:
control-plane: controller-manager
{{- include "workbench-operator.labels" . | nindent 4 }}
Expand All @@ -12,4 +12,4 @@ spec:
scheme: http
selector:
matchLabels:
control-plane: controller-manager
control-plane: controller-manager
2 changes: 1 addition & 1 deletion charts/workbench-operator/templates/metrics-service.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
kind: Service
metadata:
name: {{ include "workbench-operator.fullname" . }}-controller-manager-metrics-service
name: {{ include "workbench-operator.fullname" . }}-metrics-service
labels:
control-plane: controller-manager
{{- include "workbench-operator.labels" . | nindent 4 }}
Expand Down
2 changes: 1 addition & 1 deletion charts/workbench-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ controllerManager:
- ALL
image:
repository: registry.chorus-tre.local/chorus/workbench-operator
tag: 0.2.2
tag: 0.2.3
resources:
limits:
cpu: 500m
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ kind: Kustomization
images:
- name: controller
newName: registry.chorus-tre.local/chorus/workbench-operator
newTag: 0.2.2
newTag: 0.2.3

0 comments on commit f1f5f68

Please sign in to comment.