Skip to content

Commit

Permalink
Merge pull request #217 from francostellari/quay-img
Browse files Browse the repository at this point in the history
✨ Switch to `kubestellar` registry
  • Loading branch information
pdettori authored Feb 22, 2024
2 parents b69686e + 92a99ba commit 6667d40
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions config/samples/postcreate-hooks/openshift-crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
spec:
containers:
- name: "{{.HookName}}"
image: quay.io/pdettori/helm:v3.13.2
image: quay.io/kubestellar/helm:3.14.0
args:
- upgrade
- --install
Expand All @@ -25,11 +25,11 @@ spec:
- "0.1.0"
env:
- name: KUBECONFIG
value: "/etc/kube/kubeconfig-incluster"
value: "/etc/kube/kubeconfig-incluster"
volumeMounts:
- name: kubeconfig
mountPath: "/etc/kube"
readOnly: true
readOnly: true
volumes:
- name: kubeconfig
secret:
Expand Down
6 changes: 3 additions & 3 deletions config/samples/postcreate-hooks/postgres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
- create
- list
- update
- apiVersion: rbac.authorization.k8s.io/v1
- apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
metadata:
name: "{{.HookName}}"
Expand All @@ -37,7 +37,7 @@ spec:
subjects:
- kind: ServiceAccount
name: default
namespace: "{{.Namespace}}"
namespace: "{{.Namespace}}"
- apiVersion: batch/v1
kind: Job
metadata:
Expand All @@ -47,7 +47,7 @@ spec:
spec:
containers:
- name: "{{.HookName}}"
image: quay.io/pdettori/helm:v3.13.2
image: quay.io/kubestellar/helm:3.14.0
args:
- upgrade
- --install
Expand Down

0 comments on commit 6667d40

Please sign in to comment.