Skip to content

Commit

Permalink
Update fork URL
Browse files Browse the repository at this point in the history
  • Loading branch information
sob committed Sep 13, 2024
1 parent 1a43212 commit eb3edcd
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
id: meta
uses: docker/metadata-action@v4
with:
images: ghcr.io/zebernst/synology-csi
images: ghcr.io/sob/synology-csi
tags: |
type=semver,prefix=v,pattern={{version}}
type=semver,prefix=v,pattern={{major}}.{{minor}}
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright 2021 Synology Inc.

REGISTRY_NAME=ghcr.io/zebernst
REGISTRY_NAME=ghcr.io/sob
IMAGE_NAME=synology-csi
IMAGE_VERSION=v1.2.0
IMAGE_TAG=$(REGISTRY_NAME)/$(IMAGE_NAME):$(IMAGE_VERSION)
Expand Down
3 changes: 2 additions & 1 deletion charts/synology-csi/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ keywords:
- CSI Driver
kubeVersion: ">= 1.20.0"
sources:
- https://github.com/sob/synology-csi-talos/tree/main
- https://github.com/zebernst/synology-csi-talos/tree/main
- https://github.com/SynologyOpenSource/synology-csi/tree/main
version: 0.9.5-pre.1
version: 0.9.5-pre.2
2 changes: 1 addition & 1 deletion charts/synology-csi/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ images:
plugin:
pullPolicy: IfNotPresent
image:
repository: ghcr.io/zebernst/synology-csi
repository: ghcr.io/sob/synology-csi
# Defaults to {{ $.Chart.AppVersion }} if empty or not present:
tag: ""
provisioner:
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/v1.20/controller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ spec:
capabilities:
add: ["SYS_ADMIN"]
allowPrivilegeEscalation: true
image: ghcr.io/zebernst/synology-csi:v1.2.0
image: ghcr.io/sob/synology-csi:v1.2.0
args:
- --nodeid=NotUsed
- --endpoint=$(CSI_ENDPOINT)
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/v1.20/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ spec:
securityContext:
privileged: true
imagePullPolicy: IfNotPresent
image: ghcr.io/zebernst/synology-csi:v1.2.0
image: ghcr.io/sob/synology-csi:v1.2.0
args:
- --nodeid=$(KUBE_NODE_NAME)
- --endpoint=$(CSI_ENDPOINT)
Expand Down
4 changes: 2 additions & 2 deletions deploy/kubernetes/v1.20/snapshotter/snapshotter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ spec:
capabilities:
add: ["SYS_ADMIN"]
allowPrivilegeEscalation: true
image: ghcr.io/zebernst/synology-csi:v1.2.0
image: ghcr.io/sob/synology-csi:v1.2.0
args:
- --nodeid=NotUsed
- --endpoint=$(CSI_ENDPOINT)
Expand All @@ -103,4 +103,4 @@ spec:
emptyDir: {}
- name: client-info
secret:
secretName: client-info-secret
secretName: client-info-secret

0 comments on commit eb3edcd

Please sign in to comment.