File tree Expand file tree Collapse file tree 4 files changed +4
-6
lines changed
deploy/example-webhook/templates Expand file tree Collapse file tree 4 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 }}"
Original file line number Diff line number Diff line change 1- module github.com/vasiliy-t /cert-manager-webhook-vkcloud
1+ module github.com/tarantool /cert-manager-webhook-vkcloud
22
33go 1.13
44
Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments