Skip to content

Commit

Permalink
Fix whoami
Browse files Browse the repository at this point in the history
  • Loading branch information
EugenMayer committed May 3, 2024
1 parent 9d43c56 commit 56c8e4e
Show file tree
Hide file tree
Showing 8 changed files with 886 additions and 6 deletions.
869 changes: 869 additions & 0 deletions .idea/codeStyles/Project.xml

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions .idea/codeStyles/codeStyleConfig.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions charts/whoami/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: common
repository: oci://tccr.io/truecharts
version: 20.2.3
digest: sha256:0bd99bc2fef88ee21b0af5719643af466155a589d026d266551ab9924ea58779
generated: "2024-03-23T10:28:02.377983818+01:00"
version: 20.3.7
digest: sha256:4ccc6fe2ebc0b31c6597d7001e2618b90eeb19999a22849f6bc7cdc6c78297be
generated: "2024-05-03T16:47:26.252225741+02:00"
4 changes: 2 additions & 2 deletions charts/whoami/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: whoami
description: What's my ip - as simple as that
version: 1.0.0
version: 1.0.1
apiVersion: v2
appVersion: 1.0.0
keywords:
Expand All @@ -13,7 +13,7 @@ sources:
dependencies:
- name: common
# https://artifacthub.io/packages/helm/truecharts-library-charts/common
version: 20.2.3
version: 20.3.7
repository: oci://tccr.io/truecharts
condition: ''
alias: ''
Expand Down
Binary file removed charts/whoami/charts/common-20.2.3.tgz
Binary file not shown.
Binary file added charts/whoami/charts/common-20.3.7.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion charts/whoami/values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
image:
repository: traefik/whoamim
repository: traefik/whoami
# https://hub.docker.com/r/traefik/whoami/tags
tag: v1.10
pullPolicy: Always
Expand Down

0 comments on commit 56c8e4e

Please sign in to comment.