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

Commit

Permalink
core: upgrade manifests to version 1.0.7-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
h3adex committed Feb 29, 2024
1 parent d005056 commit dbf2a22
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/gin-gonic/gin v1.9.1
github.com/gospider007/ja3 v0.0.0-20240114072950-a58a93a771b9
github.com/gospider007/requests v0.0.0-20240114073218-833dc2c82f64
github.com/h3adex/fp v0.0.0-20231218090125-74b9cad595b3
github.com/h3adex/fp v0.0.0-20240218180449-a4684620a152
github.com/prometheus/client_golang v1.19.0
github.com/redis/go-redis/v9 v9.5.1
github.com/sirupsen/logrus v1.9.3
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ github.com/gospider007/websocket v0.0.0-20240104034652-af938aeed446 h1:JmTBH/ow7
github.com/gospider007/websocket v0.0.0-20240104034652-af938aeed446/go.mod h1:yFlXngTH3Vh3LMNGpYCaK41Ruv+zEScL9zZ2AmhzBbo=
github.com/h3adex/fp v0.0.0-20231218090125-74b9cad595b3 h1:rGUjx1LV8EtTCKt0PuUJVuNg40uoo2dBrk4nXGQk5qI=
github.com/h3adex/fp v0.0.0-20231218090125-74b9cad595b3/go.mod h1:4h46XHbROFjXvKpPZ1UtbEX1w/u39adSpWFH6IhmqJ8=
github.com/h3adex/fp v0.0.0-20240218180449-a4684620a152 h1:C49eGMQ+rPXz0i29hxyH4TTrKwL7bUDkQ1kYDM3bAAM=
github.com/h3adex/fp v0.0.0-20240218180449-a4684620a152/go.mod h1:arPFjX+b+0Qb6a3uF5bmS+K9tpndd1J0FbjbFQQidUQ=
github.com/imdario/mergo v0.3.6 h1:xTNEAn+kxVO7dTZGu0CegyqKZmoWFI0rF8UxjlB2d28=
github.com/imdario/mergo v0.3.6/go.mod h1:2EnlNZ0deacrJVfApfmtdGgDfMuh/nq6Ok1EcJh5FfA=
github.com/josharian/intern v1.0.0 h1:vlS4z54oSdjm0bgjRigI+G1HpF+tI+9rE5LLzOg8HmY=
Expand Down
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.5
version: 1.0.7
# image version
appVersion: "1.0.5-beta"
appVersion: "1.0.7-beta"
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.5-beta
- image: ghcr.io/h3adex/guardgress:1.0.7-beta
name: guardgress
env:
- name: PORT
Expand Down

0 comments on commit dbf2a22

Please sign in to comment.