Skip to content

Commit

Permalink
Configure gsoci.azurecr.io as the registry to use by default (#44)
Browse files Browse the repository at this point in the history
* Update default registry domain in values.yaml

* Update changelog
  • Loading branch information
marians authored Dec 18, 2023
1 parent 3b6d5d9 commit 63066c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Changed

## [Unreleased]
- Configure `gsoci.azurecr.io` as the default container image registry.

### Changed

Expand Down Expand Up @@ -64,7 +66,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Leverage app platform for deploying teleport-kube-agent app


## [0.1.0] - 2023-08-09

[Unreleased]: https://github.com/giantswarm/teleport-operator/compare/v0.7.0...HEAD
Expand Down
2 changes: 1 addition & 1 deletion helm/teleport-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ global:
image:
name: "giantswarm/teleport-operator"
registry:
domain: docker.io
domain: gsoci.azurecr.io

teleport:
appCatalog: giantswarm
Expand Down

0 comments on commit 63066c3

Please sign in to comment.