Skip to content

Commit 4d30ee0

Browse files
authored
chore: update image tag to latest (#127)
1 parent 74afed9 commit 4d30ee0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

charts/reverse-geocoding/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: reverse-geocoding
33
description: Reverse GeoCode Helm chart for Kubernetes
44
type: application
5-
version: &version 0.3.2
5+
version: &version 0.3.3
66
appVersion: *version
77
kubeVersion: ">= 1.27"
88
keywords:

charts/reverse-geocoding/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ replicaCount: 1
33
image:
44
repository: ghcr.io/saidsef/faas-reverse-geocoding
55
pullPolicy: IfNotPresent
6-
tag: "v2024.06"
6+
tag: "latest"
77

88
imagePullSecrets: []
99
nameOverride: "geocode"

deployment/base/deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ spec:
2727
enableServiceLinks: false
2828
containers:
2929
- name: geocode
30-
image: ghcr.io/saidsef/faas-reverse-geocoding:v2022.12
30+
image: ghcr.io/saidsef/faas-reverse-geocoding:latest
3131
imagePullPolicy: Always
3232
env:
3333
- name: "PORT"

0 commit comments

Comments
 (0)