diff --git a/charts/matrix-hookshot/Chart.yaml b/charts/matrix-hookshot/Chart.yaml index a6c88ba..05e8d40 100644 --- a/charts/matrix-hookshot/Chart.yaml +++ b/charts/matrix-hookshot/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: matrix-hookshot -version: 0.0.9 +version: 0.1.0 description: Chart for Matrix Hookshot keywords: - matrix diff --git a/charts/matrix-hookshot/values.yaml b/charts/matrix-hookshot/values.yaml index 480043c..8efacf8 100644 --- a/charts/matrix-hookshot/values.yaml +++ b/charts/matrix-hookshot/values.yaml @@ -3,7 +3,7 @@ deployment: strategy: Recreate image: repository: halfshot/matrix-hookshot - tag: "4.5.1" + tag: "5.2.1" imagePullPolicy: IfNotPresent env: {} envFrom: []