Skip to content

Commit

Permalink
Release 1.0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
kerny3d committed Nov 28, 2023
1 parent 19ff4c1 commit 1283558
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
10 changes: 10 additions & 0 deletions charts/knowage/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [1.0.18] - 2023-11-28

### Added

### Changed

### Fixed

- Fixed network policies to enable ingress from everywhere to main app

## [1.0.17] - 2023-11-13

### Added
Expand Down
2 changes: 1 addition & 1 deletion charts/knowage/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

apiVersion: v2
name: knowage
version: 1.0.17
version: 1.0.18
kubeVersion: ">= 1.22.0-0"
description: A Helm chart for Kubernetes Suite
type: application
Expand Down
5 changes: 3 additions & 2 deletions charts/knowage/templates/network-policy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,11 @@ spec:
podSelector:
matchLabels:
knowage-suite.com/app: knowage
{{- include "knowage.selectorLabels" . | nindent 10 }} policyTypes:
{{- include "knowage.selectorLabels" . | nindent 6 }}
policyTypes:
- Ingress
ingress:
{}
- {}

{{ if or (eq ( default .Values.knowage.deployPython false ) true) (eq ( default .Values.knowage.python.deploy false ) true) }}
---
Expand Down

0 comments on commit 1283558

Please sign in to comment.