Skip to content

Commit

Permalink
Update chart (triggered by operator helm release 0.4.1)
Browse files Browse the repository at this point in the history
Repository: SAP/image-mapper-helm
Release: 0.4.1
Commit: f2db8afb092e78fabcec0635cc31890675066a8f
  • Loading branch information
ERP4SME-DevOps-GitHub-Workflow-User committed Oct 16, 2023
1 parent b020f83 commit b84e827
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions pkg/operator/data/charts/image-mapper/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: image-mapper
description: A Helm chart for https://github.com/sap/image-mapper
type: application
version: 0.4.0
appVersion: v0.4.0
version: 0.4.1
appVersion: v0.4.1
2 changes: 1 addition & 1 deletion pkg/operator/data/charts/image-mapper/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# image-mapper

![Version: 0.4.0](https://img.shields.io/badge/Version-0.4.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.4.0](https://img.shields.io/badge/AppVersion-v0.4.0-informational?style=flat-square)
![Version: 0.4.1](https://img.shields.io/badge/Version-0.4.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.4.1](https://img.shields.io/badge/AppVersion-v0.4.1-informational?style=flat-square)

A Helm chart for https://github.com/sap/image-mapper

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ spec:
targetPort: webhooks
name: https
selector:
{{- include "image-mapper.selectorLabels" . | nindent 4 }}
{{- include "image-mapper.selectorLabels" . | nindent 4 }}
4 changes: 2 additions & 2 deletions pkg/operator/data/charts/image-mapper/templates/webhook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,10 @@ webhooks:
{{- toYaml . | nindent 4 }}
{{- end }}
namespaceSelector:
{{- with .Values.webhook.namespaceSelector.matchLabels }}
{{- with .Values.webhook.namespaceSelector.matchLabels }}
matchLabels:
{{- toYaml . | nindent 6 }}
{{- end }}
{{- end }}
matchExpressions:
- key: image-mapper.cs.sap.com/ignored
operator: NotIn
Expand Down

0 comments on commit b84e827

Please sign in to comment.