Skip to content

Commit

Permalink
Merge pull request #23 from kotalco/release-1.1
Browse files Browse the repository at this point in the history
Release 1.1
  • Loading branch information
mFarghaly authored Sep 11, 2023
2 parents 1473794 + f871cbc commit f776f5f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
4 changes: 2 additions & 2 deletions charts/kotal/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: kotal
description: Kotal transforms your Kubernetes cluster into a powerful Node as a Service, Staking as a Service, and API gateway
type: application
version: 1.0.0
appVersion: "0.1.0"
version: 1.1.0
appVersion: "0.2.0"
dependencies:
- name: "cert-manager"
version: "1.10.1"
Expand Down
11 changes: 7 additions & 4 deletions charts/kotal/values.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,21 @@
staging: false

api:
tag: "v0.1.0"
tag: "v0.2.0"

dashboard:
tag: "v0.1.0"
tag: "v0.2.0"

manager:
tag: "v0.1.0"
tag: "v0.2.0"

metrics-server:
enabled: true
namespaceOverride: metrics-server

extraArgs:
- --kubelet-use-node-status-port
- --kubelet-insecure-tls
- --kubelet-preferred-address-types=InternalIP,ExternalIP,Hostname
traefik:
enabled: true
namespaceOverride: traefik
Expand Down

0 comments on commit f776f5f

Please sign in to comment.