Skip to content

Commit

Permalink
chore(release): 0.1.1 [skip ci]
Browse files Browse the repository at this point in the history
## [0.1.1](v0.1.0...v0.1.1) (2021-04-26)

### Bug Fixes

* **cache-provisioner:** enable hostPID ns properly ([845d9d2](845d9d2))
  • Loading branch information
mgoltzsche committed Apr 26, 2021
1 parent fb62f5b commit c794d61
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0
0.1.1
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion config/provisioners/cache/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions config/static/default/Kptfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions config/static/default/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions config/static/registry/Kptfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions config/static/registry/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit c794d61

Please sign in to comment.