diff --git a/VERSION b/VERSION index 6e8bf73..17e51c3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.0 +0.1.1 diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index b0fafcf..f89676f 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -13,6 +13,6 @@ configMapGenerator: images: - name: mgoltzsche/k8storagex-controller-manager newName: docker.io/mgoltzsche/k8storagex-controller-manager - newTag: 0.1.0 + newTag: 0.1.1 apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization diff --git a/config/provisioners/cache/kustomization.yaml b/config/provisioners/cache/kustomization.yaml index 7ccd2b1..760172e 100644 --- a/config/provisioners/cache/kustomization.yaml +++ b/config/provisioners/cache/kustomization.yaml @@ -4,6 +4,6 @@ resources: images: - name: mgoltzsche/k8storagex-layerfs newName: docker.io/mgoltzsche/k8storagex-layerfs - newTag: 0.1.0 + newTag: 0.1.1 apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization diff --git a/config/static/default/Kptfile b/config/static/default/Kptfile index acd5c10..db40473 100644 --- a/config/static/default/Kptfile +++ b/config/static/default/Kptfile @@ -10,9 +10,9 @@ openAPI: x-k8s-cli: setter: name: manager-image - value: docker.io/mgoltzsche/k8storagex-controller-manager:0.1.0 + value: docker.io/mgoltzsche/k8storagex-controller-manager:0.1.1 io.k8s.cli.setters.provisioner-image: x-k8s-cli: setter: name: provisioner-image - value: docker.io/mgoltzsche/k8storagex-layerfs:0.1.0 + value: docker.io/mgoltzsche/k8storagex-layerfs:0.1.1 diff --git a/config/static/default/manifest.yaml b/config/static/default/manifest.yaml index 15afea2..6a89d18 100644 --- a/config/static/default/manifest.yaml +++ b/config/static/default/manifest.yaml @@ -8058,7 +8058,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: docker.io/mgoltzsche/k8storagex-controller-manager:0.1.0 # {"$kpt-set":"manager-image"} + image: docker.io/mgoltzsche/k8storagex-controller-manager:0.1.1 # {"$kpt-set":"manager-image"} livenessProbe: httpGet: path: /healthz @@ -8199,7 +8199,7 @@ spec: value: ${STORAGE_PVC_NAMESPACE} - name: LAYERFS_CONTAINER_NAME value: ${STORAGE_PV_NAME} - image: docker.io/mgoltzsche/k8storagex-layerfs:0.1.0 # {"$kpt-set":"provisioner-image"} + image: docker.io/mgoltzsche/k8storagex-layerfs:0.1.1 # {"$kpt-set":"provisioner-image"} imagePullPolicy: IfNotPresent name: main securityContext: diff --git a/config/static/registry/Kptfile b/config/static/registry/Kptfile index 4d1d4e7..bf30db3 100644 --- a/config/static/registry/Kptfile +++ b/config/static/registry/Kptfile @@ -10,9 +10,9 @@ openAPI: x-k8s-cli: setter: name: manager-image - value: docker.io/mgoltzsche/k8storagex-controller-manager:0.1.0 + value: docker.io/mgoltzsche/k8storagex-controller-manager:0.1.1 io.k8s.cli.setters.provisioner-image: x-k8s-cli: setter: name: provisioner-image - value: docker.io/mgoltzsche/k8storagex-layerfs:0.1.0 + value: docker.io/mgoltzsche/k8storagex-layerfs:0.1.1 diff --git a/config/static/registry/manifest.yaml b/config/static/registry/manifest.yaml index 83ceab2..05c980c 100644 --- a/config/static/registry/manifest.yaml +++ b/config/static/registry/manifest.yaml @@ -8058,7 +8058,7 @@ spec: valueFrom: fieldRef: fieldPath: metadata.namespace - image: docker.io/mgoltzsche/k8storagex-controller-manager:0.1.0 # {"$kpt-set":"manager-image"} + image: docker.io/mgoltzsche/k8storagex-controller-manager:0.1.1 # {"$kpt-set":"manager-image"} livenessProbe: httpGet: path: /healthz @@ -8199,7 +8199,7 @@ spec: value: ${STORAGE_PVC_NAMESPACE} - name: LAYERFS_CONTAINER_NAME value: ${STORAGE_PV_NAME} - image: docker.io/mgoltzsche/k8storagex-layerfs:0.1.0 # {"$kpt-set":"provisioner-image"} + image: docker.io/mgoltzsche/k8storagex-layerfs:0.1.1 # {"$kpt-set":"provisioner-image"} imagePullPolicy: IfNotPresent name: main securityContext: