Skip to content
Open
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
5 changes: 2 additions & 3 deletions fragments/k8s/cdk-converged/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# The Charmed Distribution of Kubernetes (converged)

![](https://img.shields.io/badge/kubernetes-1.29-brightgreen.svg)
![](https://img.shields.io/badge/juju-2.9+-brightgreen.svg)
![](https://img.shields.io/badge/juju-3.1+-brightgreen.svg)
![](https://img.shields.io/badge/kubernetes-1.36-brightgreen.svg)
![](https://img.shields.io/badge/juju-3.6+-brightgreen.svg)


## Overview
Expand Down
4 changes: 2 additions & 2 deletions fragments/k8s/cdk-converged/bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ applications:
charm: "kubernetes-control-plane"
num_units: 3
options:
channel: 1.29/edge
channel: 1.36/stable
annotations:
"gui-x": "800"
"gui-y": "850"
Expand Down Expand Up @@ -53,7 +53,7 @@ applications:
constraints: cores=2 mem=4G root-disk=30G
num_units: 12
options:
channel: 1.29/edge
channel: 1.36/stable
expose: true
annotations:
"gui-x": "90"
Expand Down
2 changes: 1 addition & 1 deletion fragments/k8s/cdk/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Charmed Kubernetes

![](https://img.shields.io/badge/kubernetes-1.34-brightgreen.svg)
![](https://img.shields.io/badge/kubernetes-1.36-brightgreen.svg)
![](https://img.shields.io/badge/juju-3.6+-brightgreen.svg)


Expand Down
4 changes: 2 additions & 2 deletions fragments/k8s/cdk/bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ applications:
charm: "kubernetes-control-plane"
num_units: 2
options:
channel: 1.34/edge
channel: 1.36/stable
constraints: "cores=2 mem=8G root-disk=16G"
annotations:
"gui-x": "800"
Expand All @@ -35,7 +35,7 @@ applications:
charm: "kubernetes-worker"
num_units: 3
options:
channel: 1.34/edge
channel: 1.36/stable
expose: true
constraints: "cores=2 mem=8G root-disk=16G"
annotations:
Expand Down
2 changes: 1 addition & 1 deletion fragments/k8s/core/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Kubernetes Core Bundle

![](https://img.shields.io/badge/kubernetes-1.34-brightgreen.svg)
![](https://img.shields.io/badge/kubernetes-1.36-brightgreen.svg)
![](https://img.shields.io/badge/juju-3.6+-brightgreen.svg)

## Overview
Expand Down
4 changes: 2 additions & 2 deletions fragments/k8s/core/bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ applications:
to:
- "0"
options:
channel: 1.34/edge
channel: 1.36/stable
expose: true
constraints: "cores=2 mem=8G root-disk=16G"
annotations:
Expand All @@ -33,7 +33,7 @@ applications:
to:
- "1"
options:
channel: 1.34/edge
channel: 1.36/stable
expose: true
constraints: "cores=2 mem=8G root-disk=16G"
annotations:
Expand Down