diff --git a/charts/common/Chart.yaml b/charts/common/Chart.yaml index 6902730a..5de1d331 100644 --- a/charts/common/Chart.yaml +++ b/charts/common/Chart.yaml @@ -4,7 +4,7 @@ annotations: - name: Chart Source url: https://github.com/startechnica/apps/tree/main/charts/common apiVersion: v2 -appVersion: 0.1.1 +appVersion: 0.1.2 description: A Library Helm Chart for grouping common logic between Startechnica charts. This chart is not deployable by itself. home: https://github.com/startechnica/apps/tree/main/charts/common @@ -16,8 +16,8 @@ maintainers: - name: firmansyahn email: firmansyah@nainggolan.id url: https://firmansyah.nainggolan.id -name: st-common +name: common sources: - https://startechnica.github.io/apps type: library -version: 0.1.1 \ No newline at end of file +version: 0.1.2 \ No newline at end of file diff --git a/charts/common/templates/_certmanager.tpl b/charts/common/templates/_certmanager.tpl index 098e061c..da1a1eea 100644 --- a/charts/common/templates/_certmanager.tpl +++ b/charts/common/templates/_certmanager.tpl @@ -3,6 +3,6 @@ {{- if .Capabilities.APIVersions.Has "cert-manager.io/v1" -}} {{- print "cert-manager.io/v1" -}} {{- else -}} - {{- print "false" -}} + {{- false -}} {{- end -}} {{- end -}} \ No newline at end of file diff --git a/charts/common/templates/_istio.tpl b/charts/common/templates/_istio.tpl index 243d6f6f..aac5c9a6 100644 --- a/charts/common/templates/_istio.tpl +++ b/charts/common/templates/_istio.tpl @@ -3,7 +3,7 @@ {{- if .Capabilities.APIVersions.Has "extensions.istio.io/v1alpha1" -}} {{- print "extensions.istio.io/v1alpha1" -}} {{- else -}} - {{- print "false" -}} + {{- false -}} {{- end -}} {{- end -}} @@ -12,7 +12,7 @@ {{- if .Capabilities.APIVersions.Has "install.istio.io/v1alpha1" -}} {{- print "install.istio.io/v1alpha1" -}} {{- else -}} - {{- print "false" -}} + {{- false -}} {{- end -}} {{- end -}} @@ -23,7 +23,7 @@ {{- else if .Capabilities.APIVersions.Has "networking.istio.io/v1alpha3" -}} {{- print "networking.istio.io/v1alpha3" -}} {{- else -}} - {{- print "false" -}} + {{- false -}} {{- end -}} {{- end -}} @@ -32,7 +32,7 @@ {{- if .Capabilities.APIVersions.Has "security.istio.io/v1beta1" -}} {{- print "security.istio.io/v1beta1" -}} {{- else -}} - {{- print "false" -}} + {{- false -}} {{- end -}} {{- end -}} @@ -41,6 +41,6 @@ {{- if .Capabilities.APIVersions.Has "telemetry.istio.io/v1alpha1" -}} {{- print "telemetry.istio.io/v1alpha1" -}} {{- else -}} - {{- print "false" -}} + {{- false -}} {{- end -}} {{- end -}} \ No newline at end of file