Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump helm-controller version #7699

Closed
brandond opened this issue Jun 8, 2023 · 1 comment
Closed

Bump helm-controller version #7699

brandond opened this issue Jun 8, 2023 · 1 comment
Assignees
Milestone

Comments

@brandond
Copy link
Member

brandond commented Jun 8, 2023

We should bump the helm-controller version for

@bguzman-3pillar
Copy link

bguzman-3pillar commented Jun 15, 2023

Validated on fe9604ca

k3s -v
k3s version v1.27.3+k3s-fe9604ca (fe9604ca)
go version go1.20.5

Environment Details

Infrastructure

  • Cloud
  • Hosted

Node(s) CPU architecture, OS, and Version:

Ubuntu

Cluster Configuration:

1 server

Additional files

$ cat helm.yaml 
apiVersion: v1
kind: Namespace
metadata:
  name: web
---
apiVersion: helm.cattle.io/v1
kind: HelmChart
metadata:
  name: apache
  namespace: kube-system
spec:
  repo: https://charts.bitnami.com/bitnami
  chart: apache
  targetNamespace: web
  valuesContent: |-
    service:
      type: ClusterIP
    ingress:
      enabled: true
      hostname: www.example.com
    metrics:
      enabled: true

Testing Steps

  1. Copy helm.yaml
$ sudo cp helm.yaml /var/lib/rancher/k3s/server/manifests/helm.yaml
  1. Install k3s
  2. Check everything is up and ready

Validation Results:

  • From go.mod
github.com/k3s-io/helm-controller v0.15.0
$ kubectl get node,pod -A 
NAME                   STATUS   ROLES                  AGE    VERSION
node/ip-172-31-17-79   Ready    control-plane,master   5m3s   v1.27.3+k3s-fe9604ca

NAMESPACE     NAME                                         READY   STATUS      RESTARTS   AGE
kube-system   pod/local-path-provisioner-957fdf8bc-z55jp   1/1     Running     0          4m49s
kube-system   pod/coredns-77ccd57875-98hw4                 1/1     Running     0          4m49s
kube-system   pod/helm-install-traefik-crd-6w454           0/1     Completed   0          4m49s
kube-system   pod/helm-install-traefik-zbv8z               0/1     Completed   1          4m49s
kube-system   pod/svclb-traefik-2fdc2216-xs62j             2/2     Running     0          4m31s
kube-system   pod/helm-install-apache-62rnf                0/1     Completed   0          4m49s
kube-system   pod/traefik-64f55bb67d-rv924                 1/1     Running     0          4m31s
kube-system   pod/metrics-server-648b5df564-722cq          1/1     Running     0          4m49s
web           pod/apache-7b965dd895-8bw46                  2/2     Running     0          4m29s


$ helm ls -A
WARNING: Kubernetes configuration file is group-readable. This is insecure. Location: /etc/rancher/k3s/k3s.yaml
WARNING: Kubernetes configuration file is world-readable. This is insecure. Location: /etc/rancher/k3s/k3s.yaml
NAME       	NAMESPACE  	REVISION	UPDATED                                	STATUS  	CHART                      	APP VERSION
apache     	web        	1       	2023-06-15 21:11:24.611509162 +0000 UTC	deployed	apache-9.6.3               	2.4.57     
traefik    	kube-system	1       	2023-06-15 21:11:21.956819734 +0000 UTC	deployed	traefik-21.2.1+up21.2.0    	v2.9.10    
traefik-crd	kube-system	1       	2023-06-15 21:11:18.646779821 +0000 UTC	deployed	traefik-crd-21.2.1+up21.2.0	v2.9.10    

@github-project-automation github-project-automation bot moved this from To Test to Done Issue in K3s Development Jun 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

2 participants