Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

Commit

Permalink
core: upgrade image versions
Browse files Browse the repository at this point in the history
  • Loading branch information
h3adex committed Dec 30, 2023
1 parent 4e9e339 commit 17a3e93
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions helm/guardgress/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ name: guardgress-ingress-controller
description: Guardgress showcases a Web Application Firewall (WAF) integration within a Kubernetes Ingress Controller.
type: application
# chart version
version: 1.0.2
version: 1.0.3
# image version
appVersion: "1.0.2-alpha"
appVersion: "1.0.3-alpha"
2 changes: 1 addition & 1 deletion k8s/guardgress-deployment-svc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ spec:
spec:
serviceAccountName: guardgress-sa
containers:
- image: ghcr.io/h3adex/guardgress:1.0.0-alpha
- image: ghcr.io/h3adex/guardgress:1.0.3-alpha
name: guardgress
env:
- name: PORT
Expand Down

0 comments on commit 17a3e93

Please sign in to comment.