Skip to content

Commit

Permalink
Merge pull request #28 from startechnica/st-common
Browse files Browse the repository at this point in the history
[common] Release v0.1.2
  • Loading branch information
firmansyahn authored Jun 23, 2022
2 parents aed09a8 + 04ff5b9 commit 672876f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions charts/common/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -16,8 +16,8 @@ maintainers:
- name: firmansyahn
email: [email protected]
url: https://firmansyah.nainggolan.id
name: st-common
name: common
sources:
- https://startechnica.github.io/apps
type: library
version: 0.1.1
version: 0.1.2
2 changes: 1 addition & 1 deletion charts/common/templates/_certmanager.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
{{- if .Capabilities.APIVersions.Has "cert-manager.io/v1" -}}
{{- print "cert-manager.io/v1" -}}
{{- else -}}
{{- print "false" -}}
{{- false -}}
{{- end -}}
{{- end -}}
10 changes: 5 additions & 5 deletions charts/common/templates/_istio.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{{- if .Capabilities.APIVersions.Has "extensions.istio.io/v1alpha1" -}}
{{- print "extensions.istio.io/v1alpha1" -}}
{{- else -}}
{{- print "false" -}}
{{- false -}}
{{- end -}}
{{- end -}}

Expand All @@ -12,7 +12,7 @@
{{- if .Capabilities.APIVersions.Has "install.istio.io/v1alpha1" -}}
{{- print "install.istio.io/v1alpha1" -}}
{{- else -}}
{{- print "false" -}}
{{- false -}}
{{- end -}}
{{- end -}}

Expand All @@ -23,7 +23,7 @@
{{- else if .Capabilities.APIVersions.Has "networking.istio.io/v1alpha3" -}}
{{- print "networking.istio.io/v1alpha3" -}}
{{- else -}}
{{- print "false" -}}
{{- false -}}
{{- end -}}
{{- end -}}

Expand All @@ -32,7 +32,7 @@
{{- if .Capabilities.APIVersions.Has "security.istio.io/v1beta1" -}}
{{- print "security.istio.io/v1beta1" -}}
{{- else -}}
{{- print "false" -}}
{{- false -}}
{{- end -}}
{{- end -}}

Expand All @@ -41,6 +41,6 @@
{{- if .Capabilities.APIVersions.Has "telemetry.istio.io/v1alpha1" -}}
{{- print "telemetry.istio.io/v1alpha1" -}}
{{- else -}}
{{- print "false" -}}
{{- false -}}
{{- end -}}
{{- end -}}

0 comments on commit 672876f

Please sign in to comment.