Skip to content

Commit

Permalink
fix: use ghcr instead of dockerhub (#130)
Browse files Browse the repository at this point in the history
* fix: use ghcr instead of dockerhub

it _seems_ as though starting from atlantis 0.18.5 dockerhub support has been dropped. 

this uses ghcr instead

https://github.com/runatlantis/atlantis/releases/tag/v0.18.5

* bump version

Co-authored-by: rui <[email protected]>
  • Loading branch information
alex-mozejko and chenrui333 authored Mar 3, 2022
1 parent 4a7cef3 commit 185503f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/atlantis/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
appVersion: v0.18.5
description: A Helm chart for Atlantis https://www.runatlantis.io
name: atlantis
version: 3.15.5
version: 3.15.6
keywords:
- terraform
home: https://www.runatlantis.io
Expand Down
2 changes: 1 addition & 1 deletion charts/atlantis/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ serviceAccountSecrets:
## -------------------------- ##

image:
repository: runatlantis/atlantis
repository: ghcr.io/runatlantis/atlantis
tag: v0.18.5
pullPolicy: IfNotPresent

Expand Down

0 comments on commit 185503f

Please sign in to comment.