Skip to content

Commit

Permalink
fix: prometheus serviceMonitor and up to 0.6.0-rc5
Browse files Browse the repository at this point in the history
  • Loading branch information
Grzegorz Gniadek committed Aug 19, 2024
1 parent ad2729f commit 240cff5
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 11 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.0-rc4
0.6.0-rc5
4 changes: 2 additions & 2 deletions charts/interpolator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,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.6.0-rc4
version: 0.6.0-rc5
# 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.6.0-rc4"
appVersion: "0.6.0-rc5"
4 changes: 2 additions & 2 deletions charts/interpolator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@



![Version: 0.6.0-rc4](https://img.shields.io/badge/Version-0.6.0--rc4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.6.0-rc4](https://img.shields.io/badge/AppVersion-0.6.0--rc4-informational?style=flat-square)
![Version: 0.6.0-rc5](https://img.shields.io/badge/Version-0.6.0--rc5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.6.0-rc5](https://img.shields.io/badge/AppVersion-0.6.0--rc5-informational?style=flat-square)

Interpolator Helm Chart

Expand All @@ -24,7 +24,7 @@ Interpolator Helm Chart
| controllerManager.manager.containerSecurityContext.allowPrivilegeEscalation | bool | `false` | |
| controllerManager.manager.containerSecurityContext.capabilities.drop[0] | string | `"ALL"` | |
| controllerManager.manager.image.repository | string | `"ghcr.io/grzegorzgniadek/interpolator-operator"` | |
| controllerManager.manager.image.tag | string | `"0.6.0-rc4"` | |
| controllerManager.manager.image.tag | string | `"0.6.0-rc5"` | |
| controllerManager.manager.imagePullPolicy | string | `"Always"` | |
| controllerManager.manager.resources.limits.cpu | string | `"200m"` | |
| controllerManager.manager.resources.limits.memory | string | `"128Mi"` | |
Expand Down
4 changes: 0 additions & 4 deletions charts/interpolator/templates/metrics-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,5 @@ spec:
control-plane: controller-manager
{{- include "interpolator.selectorLabels" . | nindent 4 }}
ports:
- name: metrics
port: 8080
protocol: TCP
targetPort: 8080
{{- .Values.metricsService.ports | toYaml | nindent 2 }}
{{- end -}}
2 changes: 1 addition & 1 deletion charts/interpolator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ controllerManager:
- ALL
image:
repository: ghcr.io/grzegorzgniadek/interpolator-operator
tag: 0.6.0-rc4
tag: 0.6.0-rc5
imagePullPolicy: Always
resources:
limits:
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ kind: Kustomization
images:
- name: controller
newName: ghcr.io/grzegorzgniadek/interpolator-operator
newTag: "0.6.0-rc4"
newTag: "0.6.0-rc5"

0 comments on commit 240cff5

Please sign in to comment.