Skip to content

Commit

Permalink
fix image-pull-secret name from values (#494)
Browse files Browse the repository at this point in the history
* fix image-pull-secret name from values

* add operator with tamper
  • Loading branch information
krishbajaj1609 authored Jan 12, 2025
1 parent 9b711e0 commit c632118
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 248 deletions.
2 changes: 1 addition & 1 deletion charts/enterprise-kyverno-operator-crd/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: nirmata-kyverno-operator-crd
description: Helm Chart for Enterprise Kyverno Operator
type: application
version: v0.5.3-rc1
version: v0.5.3-rc2
appVersion: v0.3.3

icon: https://github.com/kyverno/kyverno/raw/main/img/logo.png
Expand Down
115 changes: 0 additions & 115 deletions charts/enterprise-kyverno-operator-crd/templates/adapter.yaml

This file was deleted.

4 changes: 2 additions & 2 deletions charts/enterprise-kyverno-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: nirmata-kyverno-operator
description: Helm Chart for Enterprise Kyverno Operator
type: application
version: v0.5.5-rc3
appVersion: v0.4.5-rc1
version: v0.5.5-rc4
appVersion: v0.4.5-rc2
icon: https://github.com/kyverno/kyverno/raw/main/img/logo.png
keywords:
- kubernetes
Expand Down
115 changes: 0 additions & 115 deletions charts/enterprise-kyverno-operator/crds/adapter.yaml

This file was deleted.

14 changes: 0 additions & 14 deletions charts/enterprise-kyverno-operator/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,21 +1,7 @@
Chart version: {{ .Chart.Version }}
Kyverno version: {{ required "Kyverno image tag is required" .Values.kyverno.image.tag }}

Thank you for installing {{ .Chart.Name }}! Your release is named {{ .Release.Name }}.

{{- if not .Values.licenseKey }}

⚠️ WARNING: You have installed the free trial of Enterprise Kyverno. Usage of only up to 3 nodes is allowed in this version. Please contact Nirmata support <[email protected]> for further assistance.
{{- end }}

{{- if not .Values.kyverno.replicaCount }}

⚠️ WARNING: Setting replicas count below 3 means Kyverno is not running in high availability mode.
{{- else if lt (int .Values.kyverno.replicaCount) 3 }}

⚠️ WARNING: Setting replicas count below 3 means Kyverno is not running in high availability mode.
{{- end }}

💡 Note: There is a trade-off when deciding which approach to take regarding Namespace exclusions. Please see the documentation at https://kyverno.io/docs/installation/#security-vs-operability to understand the risks.

{{- if semverCompare "<1.21.0" .Capabilities.KubeVersion.Version }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ kind: Secret
metadata:
labels: {{ include "enterprise-kyverno.labels" $ | nindent 4 }}
app: nirmata-kyverno-operator
name: image-pull-secret
name: {{ default "image-pull-secret" .Values.image.pullSecrets.name }}
{{- if .Values.globalAnnotations }}
annotations:
{{- toYaml .Values.globalAnnotations| nindent 4 }}
Expand Down

0 comments on commit c632118

Please sign in to comment.