Skip to content

Increase the life span of Registry certificate

Hossein Pursultani requested to merge 1100-increase-cert-expiration into master

To verify this change:

  1. Follow the steps from this comment: https://gitlab.com/charts/gitlab/issues/1100#note_133813287. For the purpose of this MR doing the first two should be fine.
  2. Check the result with kubectl get secrets --output json YOUR-RELEASE-NAME-registry-secret | jq '.data."registry-auth.crt"' -r | base64 -D | openssl x509 -text -noout | grep 'Not After'

Closes #1100 (closed)

Edited by Hossein Pursultani

Merge request reports