Skip to content

Commit

Permalink
Fix typo in network-tools chart
Browse files Browse the repository at this point in the history
  • Loading branch information
EugenMayer committed Mar 16, 2024
1 parent aaa7b80 commit 6dbc346
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/network-tools/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: network-tools
description: Debugging Tools / Pods
version: 0.1.0
version: 0.1.1
apiVersion: v2
appVersion: 1.0.0
keywords:
Expand All @@ -9,4 +9,4 @@ keywords:
- development
sources:
- https://github.com/EugenMayer/helm-charts/tree/main/charts/network-tools
home: ttps://github.com/EugenMayer/helm-charts/tree/main/charts/network-tools
home: https://github.com/EugenMayer/helm-charts/tree/main/charts/network-tools
2 changes: 1 addition & 1 deletion charts/network-tools/templates/debian-rick-deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- if .Values.pods.ricl.enabled -}}
{{- if .Values.pods.rick.enabled -}}
apiVersion: apps/v1
kind: Deployment
metadata:
Expand Down

0 comments on commit 6dbc346

Please sign in to comment.