issues
search
canonical
/
mongodb-k8s-operator
Operator charm for MongoDB
Apache License 2.0
13
stars
15
forks
source link
fix: upstream-source cannot have both tag and sha
#307
Closed
Gu1nness
closed
2 months ago
Gu1nness
commented
2 months ago
Problem
image is not uploaded because of
upstream-source
has both tag and sha256 which is not supported.
Regression introduced in
https://github.com/canonical/mongodb-k8s-operator/commit/4a1cbba3e07bddce5c72e57bf60bcb62f6aa0a3d
Solution
Remove tag as we rather use the sha256 here
Problem
upstream-source
has both tag and sha256 which is not supported.Solution