Skip to content

Commit

Permalink
Merge pull request #287 from RADAR-base/bugfix/graylog-app-version
Browse files Browse the repository at this point in the history
Remove hard-coded appversion from graylog values.yaml
  • Loading branch information
keyvaann authored Oct 22, 2024
2 parents e396589 + 1ebc0a3 commit f91d9e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion external/graylog/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ maintainers:
name: graylog
sources:
- https://github.com/KongZ/charts
version: 2.2.1
version: 2.2.2
4 changes: 3 additions & 1 deletion external/graylog/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@ graylog:
##
image:
repository: "graylog/graylog"
tag: "4.2.3-1"
# -- docker image tag (immutable tags are recommended)
# Overrides the image tag whose default is the chart appVersion.
tag:
pullPolicy: "IfNotPresent"

## Graylog default Java option
Expand Down

0 comments on commit f91d9e1

Please sign in to comment.