Skip to content

Commit

Permalink
cr.step.sm -> cr.smallstep.com
Browse files Browse the repository at this point in the history
  • Loading branch information
dopey committed Nov 21, 2024
1 parent 535f544 commit 598f71a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ admissionregistration.k8s.io/v1
To install `autocert` run:

```bash
kubectl run autocert-init -it --rm --image cr.step.sm/smallstep/autocert-init --restart Never
kubectl run autocert-init -it --rm --image cr.smallstep.com/smallstep/autocert-init --restart Never
```

💥 installation complete.
Expand Down
2 changes: 1 addition & 1 deletion install/01-step-ca.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
spec:
containers:
- name: ca
image: cr.step.sm/smallstep/step-ca:0.23.1
image: cr.smallstep.com/smallstep/step-ca:0.23.1
env:
- name: PWDPATH
value: /home/step/password/password
Expand Down
6 changes: 3 additions & 3 deletions install/02-autocert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ data:
certLifetime: 24h
renewer:
name: autocert-renewer
image: cr.step.sm/smallstep/autocert-renewer:0.17.0
image: cr.smallstep.com/smallstep/autocert-renewer:0.17.0
resources: {requests: {cpu: 10m, memory: 20Mi}}
imagePullPolicy: IfNotPresent
volumeMounts:
- name: certs
mountPath: /var/run/autocert.step.sm
bootstrapper:
name: autocert-bootstrapper
image: cr.step.sm/smallstep/autocert-bootstrapper:0.17.0
image: cr.smallstep.com/smallstep/autocert-bootstrapper:0.17.0
resources: {requests: {cpu: 10m, memory: 20Mi}}
imagePullPolicy: IfNotPresent
volumeMounts:
Expand All @@ -61,7 +61,7 @@ spec:
spec:
containers:
- name: autocert
image: cr.step.sm/smallstep/autocert-controller:0.17.0
image: cr.smallstep.com/smallstep/autocert-controller:0.17.0
resources: {requests: {cpu: 100m, memory: 20Mi}}
env:
- name: PROVISIONER_NAME
Expand Down

0 comments on commit 598f71a

Please sign in to comment.