Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/test-traefik-ingress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ jobs:
helm repo add traefik https://traefik.github.io/charts
helm repo update
helm install traefik traefik/traefik \
--set installCRDs=true \
--set ports.web.port=8000 \
--set ports.web.exposedPort=80 \
--set ports.web.nodePort=30080 \
Expand Down
4 changes: 2 additions & 2 deletions charts/keep/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
apiVersion: v2
name: keep
version: 0.1.94
version: 0.1.95
description: Keep Helm Chart
type: application
icon: https://platform.keephq.dev/_next/image?url=%2Fkeep.png&w=48&q=75
appVersion: 0.48.1
appVersion: 0.49.0
deprecated: false
annotations:
app: keep
Expand Down
2 changes: 1 addition & 1 deletion charts/keep/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# keep

![Version: 0.1.89](https://img.shields.io/badge/Version-0.1.89-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.43.12](https://img.shields.io/badge/AppVersion-0.43.12-informational?style=flat-square)
![Version: 0.1.95](https://img.shields.io/badge/Version-0.1.95-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.49.0](https://img.shields.io/badge/AppVersion-0.49.0-informational?style=flat-square)

Keep Helm Chart

Expand Down
1 change: 0 additions & 1 deletion local_test_traefik.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ helm repo update

echo "πŸ”§ Installing Traefik..."
helm install traefik traefik/traefik \
--set installCRDs=true \
--set ports.web.port=8000 \
--set ports.web.exposedPort=80 \
--set ports.web.nodePort=30080 \
Expand Down
Loading