canonical / cos-configuration-k8s-operator

This charmed operator for Kubernetes enables you to provide configurations to various components of the Canonical Observability Stack (COS) bundle.
https://charmhub.io/cos-configuration-k8s
Apache License 2.0
4 stars 6 forks source link

Bump git-sync image used to 3.5.0 #20

Closed sed-i closed 2 years ago

sed-i commented 2 years ago

Issue

The cos-config charm is currently using git-sync 3.4.0, which wasn't design to have repos changed between invocations, which is functionality that is needed for cos-config.

Solution

The latest version of git-sync, 3.5.0, includes a fix for this. This PR updates docs accordingly. A new resource has already been pushed to charmhub.

Context

Repo change between git-sync invocations is needed for subsequent invocations of juju config git_repo=....

Testing Instructions

tox -e integration

Release Notes

Bump git-sync image version to 3.5.0.