diff --git a/config/manager/manager.yaml b/config/manager/manager.yaml index 5d59d20..b344148 100644 --- a/config/manager/manager.yaml +++ b/config/manager/manager.yaml @@ -23,7 +23,7 @@ spec: type: RuntimeDefault containers: - name: manager - image: ghcr.io/uozalp/kangal-patch:0.1.0 + image: ghcr.io/uozalp/kangal-patch:0.1.1 imagePullPolicy: IfNotPresent command: - /manager diff --git a/helm/kangal-patch/Chart.yaml b/helm/kangal-patch/Chart.yaml index ecc8b34..f669cbd 100644 --- a/helm/kangal-patch/Chart.yaml +++ b/helm/kangal-patch/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: kangal-patch description: A Kubernetes operator for orchestrating Talos Linux cluster upgrades. type: application -version: 0.1.0 -appVersion: "0.1.0" +version: 0.1.1 +appVersion: "0.1.1" keywords: - talos - kubernetes