Skip to content

Commit

Permalink
Bump certificates 0.26.3 move container registry to cr.smallstep.com
Browse files Browse the repository at this point in the history
  • Loading branch information
jebucha committed Aug 29, 2024
1 parent 7e89895 commit 55361c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions step-certificates/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: step-certificates
version: 1.26.2
appVersion: 0.26.2
version: 1.26.3
appVersion: 0.26.3

This comment has been minimized.

Copy link
@berlincount

berlincount Sep 4, 2024

Introduces #192 ...

description: An online certificate authority and related tools for secure automated certificate management, so you can use TLS everywhere.
keywords:
- acme
Expand Down
4 changes: 2 additions & 2 deletions step-certificates/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ fullnameOverride: ""

# image contains the docker image for step-certificates.
image:
repository: cr.step.sm/smallstep/step-ca
repository: cr.smallstep.com/smallstep/step-ca
initContainerRepository: busybox:latest
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
Expand Down Expand Up @@ -45,7 +45,7 @@ existingSecrets:
# It's also possible to disable the creation of secrets and configmaps.
bootstrap:
image:
repository: cr.step.sm/smallstep/step-ca-bootstrap
repository: cr.smallstep.com/smallstep/step-ca-bootstrap
tag: latest
pullPolicy: IfNotPresent
# enabled defines if the bootstrap job is created.
Expand Down

0 comments on commit 55361c1

Please sign in to comment.