Skip to content

Commit

Permalink
Merge pull request #191 from jebucha/master
Browse files Browse the repository at this point in the history
Bump certificates 0.26.3 move container registry to cr.smallstep.com
  • Loading branch information
hslatman authored Sep 3, 2024
2 parents 7e89895 + 55361c1 commit c8ba8af
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
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 c8ba8af

Please sign in to comment.