Skip to content
This repository was archived by the owner on Sep 18, 2024. It is now read-only.

Commit 3134c55

Browse files
committed
hive-metastroe 0.0.4
1 parent 7bb29b6 commit 3134c55

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/hive-metastore/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.0.3
18+
version: 0.0.4
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

charts/hive-metastore/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ spec:
5555
initContainers:
5656
- name: wait-for-postgresql
5757
image: "alpine"
58-
imagePullPolicy: {{ .Values.init.image.pullPolicy }}
58+
imagePullPolicy: IfNotPresent
5959
command:
6060
- sh
6161
- -c

0 commit comments

Comments
 (0)