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

Commit

Permalink
fastai
Browse files Browse the repository at this point in the history
  • Loading branch information
fcomte committed Jul 11, 2022
1 parent 0fc1b1f commit ea3d13b
Show file tree
Hide file tree
Showing 4 changed files with 323 additions and 247 deletions.
2 changes: 1 addition & 1 deletion charts/fastai/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 7.0.1
version: 7.1.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
2 changes: 1 addition & 1 deletion charts/fastai/templates/networkpolicy-ingress.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- if .Values.security.networkPolicy.enable -}}
{{- if .Values.security.networkPolicy.enabled -}}
{{- if .Values.ingress.enabled -}}
kind: NetworkPolicy
apiVersion: networking.k8s.io/v1
Expand Down
2 changes: 1 addition & 1 deletion charts/fastai/templates/networkpolicy.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- if .Values.security.networkPolicy.enable -}}
{{- if .Values.security.networkPolicy.enabled -}}
kind: NetworkPolicy
apiVersion: networking.k8s.io/v1
metadata:
Expand Down
Loading

0 comments on commit ea3d13b

Please sign in to comment.