Skip to content

Commit 421d3a0

Browse files
committed
refactoring: move to new repo
1 parent ef1419b commit 421d3a0

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
password: ${{ secrets.GITHUB_TOKEN }}
2929

3030
- name: Tag docker image
31-
run: docker tag cert-manager-webhook-vkcloud:latest ghcr.io/vasiliy-t/cert-manager-webhook-vkcloud:latest
31+
run: docker tag cert-manager-webhook-vkcloud:latest ghcr.io/tarantool/cert-manager-webhook-vkcloud:latest
3232

3333
- name: Publish docker image to Github Container Registry
34-
run: docker push ghcr.io/vasiliy-t/cert-manager-webhook-vkcloud:latest
34+
run: docker push ghcr.io/tarantool/cert-manager-webhook-vkcloud:latest

deploy/example-webhook/templates/deployment.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ spec:
2020
release: {{ .Release.Name }}
2121
spec:
2222
serviceAccountName: {{ include "example-webhook.fullname" . }}
23-
imagePullSecrets:
24-
- name: regcred
2523
containers:
2624
- name: {{ .Chart.Name }}
2725
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/vasiliy-t/cert-manager-webhook-vkcloud
1+
module github.com/tarantool/cert-manager-webhook-vkcloud
22

33
go 1.13
44

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import (
1616
"github.com/jetstack/cert-manager/pkg/acme/webhook/cmd"
1717
"github.com/jetstack/cert-manager/pkg/issuer/acme/dns/util"
1818
"github.com/pkg/errors"
19-
"github.com/vasiliy-t/cert-manager-webhook-vkcloud/vkcloud"
19+
"github.com/tarantool/cert-manager-webhook-vkcloud/vkcloud"
2020
core "k8s.io/api/core/v1"
2121
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
2222
)

0 commit comments

Comments
 (0)