File tree Expand file tree Collapse file tree 5 files changed +9
-7
lines changed Expand file tree Collapse file tree 5 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 1
1
module sigs.k8s.io/sig-storage-local-static-provisioner
2
2
3
- go 1.23
3
+ go 1.23.0
4
+
5
+ toolchain go1.23.1
4
6
5
7
require (
6
8
github.com/golang/glog v1.1.2
Original file line number Diff line number Diff line change 1
- image : gcr.io/mauriciopoppe-gke-dev /local-volume-provisioner:canary
1
+ image : gcr.io/k8s-staging-sig-storage /local-volume-provisioner:canary
2
2
imagePullPolicy : Always
3
3
useNodeNameOnly : true
4
4
classes :
Original file line number Diff line number Diff line change 1
- image : gcr.io/mauriciopoppe-gke-dev /local-volume-provisioner:canary
1
+ image : gcr.io/k8s-staging-sig-storage /local-volume-provisioner:canary
2
2
imagePullPolicy : Always
3
3
useNodeNameOnly : true
4
4
classes :
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ spec:
119
119
kubernetes.io/os : linux
120
120
containers :
121
121
- name : provisioner
122
- image : gcr.io/mauriciopoppe-gke-dev /local-volume-provisioner:canary
122
+ image : gcr.io/k8s-staging-sig-storage /local-volume-provisioner:canary
123
123
imagePullPolicy : Always
124
124
securityContext :
125
125
privileged : true
@@ -133,7 +133,7 @@ spec:
133
133
fieldRef :
134
134
fieldPath : metadata.namespace
135
135
- name : JOB_CONTAINER_IMAGE
136
- value : gcr.io/mauriciopoppe-gke-dev /local-volume-provisioner:canary
136
+ value : gcr.io/k8s-staging-sig-storage /local-volume-provisioner:canary
137
137
ports :
138
138
- name : metrics
139
139
containerPort : 8080
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ spec:
119
119
kubernetes.io/os : linux
120
120
containers :
121
121
- name : provisioner
122
- image : gcr.io/mauriciopoppe-gke-dev /local-volume-provisioner:canary
122
+ image : gcr.io/k8s-staging-sig-storage /local-volume-provisioner:canary
123
123
imagePullPolicy : Always
124
124
securityContext :
125
125
privileged : true
@@ -133,7 +133,7 @@ spec:
133
133
fieldRef :
134
134
fieldPath : metadata.namespace
135
135
- name : JOB_CONTAINER_IMAGE
136
- value : gcr.io/mauriciopoppe-gke-dev /local-volume-provisioner:canary
136
+ value : gcr.io/k8s-staging-sig-storage /local-volume-provisioner:canary
137
137
ports :
138
138
- name : metrics
139
139
containerPort : 8080
You can’t perform that action at this time.
0 commit comments