Skip to content

Commit

Permalink
Upgrade k0smotron to v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Schnitzel committed Oct 16, 2024
1 parent 3f9a2ad commit 79b2472
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/provider/k0smotron/templates/providers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: InfrastructureProvider
metadata:
name: k0smotron
spec:
version: v1.0.4
version: v1.1.2
fetchConfig:
url: https://github.com/k0sproject/k0smotron/releases/{{ .Values.version }}/infrastructure-components.yaml
{{- if .Values.configSecret.name }}
Expand All @@ -17,7 +17,7 @@ kind: BootstrapProvider
metadata:
name: k0smotron
spec:
version: v1.0.4
version: v1.1.2
fetchConfig:
url: https://github.com/k0sproject/k0smotron/releases/{{ .Values.version }}/bootstrap-components.yaml
{{- if .Values.configSecret.name }}
Expand All @@ -31,7 +31,7 @@ kind: ControlPlaneProvider
metadata:
name: k0smotron
spec:
version: v1.0.4
version: v1.1.2
fetchConfig:
url: https://github.com/k0sproject/k0smotron/releases/{{ .Values.version }}/control-plane-components.yaml
{{- if .Values.configSecret.name }}
Expand Down

0 comments on commit 79b2472

Please sign in to comment.