Skip to content

Commit b0f1b97

Browse files
authored
Avoid using bitnami/git
1 parent 7d22268 commit b0f1b97

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

metadata-editor/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ image:
77

88
configuration:
99
image:
10-
repository: bitnami/git
11-
tag: 2
10+
repository: alpine/git
11+
tag: 2.49.1
1212
# The directory name is the directory from the root of the git repository
1313
# If the metadata-editor config is located in the /conf directory then write conf
1414
# in config_directory_override.
@@ -79,4 +79,4 @@ nodeSelector: {}
7979

8080
tolerations: []
8181

82-
affinity: {}
82+
affinity: {}

0 commit comments

Comments
 (0)