Skip to content

Commit a74db9a

Browse files
authored
fix: update source repos to upstream kubernetes-csi (#36)
1 parent 388a0c3 commit a74db9a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

csi-provisioner/5.0.2/rockcraft.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ parts:
4545
csi-provisioner:
4646
after: [pebble]
4747
plugin: go
48-
source: https://github.com/canonical/external-provisioner.git
48+
source: https://github.com/kubernetes-csi/external-provisioner.git
4949
source-type: git
50-
source-tag: v${CRAFT_PROJECT_VERSION}-ck0
50+
source-tag: v${CRAFT_PROJECT_VERSION}
5151
source-depth: 1
5252
override-build: |
5353
# NOTE: (mateo) Use Go FIPS 1.24, the project originally required

csi-resizer/1.11.2/rockcraft.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ parts:
4545
csi-resizer:
4646
after: [pebble]
4747
plugin: go
48-
source: https://github.com/canonical/external-resizer.git
48+
source: https://github.com/kubernetes-csi/external-resizer.git
4949
source-type: git
50-
source-tag: v${CRAFT_PROJECT_VERSION}-ck0
50+
source-tag: v${CRAFT_PROJECT_VERSION}
5151
source-depth: 1
5252
override-build: |
5353
# NOTE: (mateo) Use Go FIPS 1.24, the project originally required

csi-snapshotter/8.0.2/rockcraft.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ parts:
4040
csi-snapshotter:
4141
after: [pebble]
4242
plugin: go
43-
source: https://github.com/canonical/external-snapshotter.git
43+
source: https://github.com/kubernetes-csi/external-snapshotter.git
4444
source-type: git
45-
source-tag: v${CRAFT_PROJECT_VERSION}-ck0
45+
source-tag: v${CRAFT_PROJECT_VERSION}
4646
source-depth: 1
4747
override-build: |
4848
# NOTE: (mateo) Use Go FIPS 1.24, the project originally required

0 commit comments

Comments
 (0)