Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
f8fa57de
Commit
f8fa57de
authored
Mar 15, 2022
by
Brad Davidson
Committed by
Brad Davidson
Mar 17, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update helm-controller
Signed-off-by:
Brad Davidson
<
brad.davidson@rancher.com
>
(cherry picked from commit
a93b9b6d
)
parent
5ba59d98
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
4 deletions
+5
-4
go.mod
go.mod
+1
-1
go.sum
go.sum
+2
-2
server.go
pkg/server/server.go
+1
-0
image-list.txt
scripts/airgap/image-list.txt
+1
-1
No files found.
go.mod
View file @
f8fa57de
...
...
@@ -98,7 +98,7 @@ require (
github.com/gorilla/websocket v1.4.2
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 // indirect
github.com/jonboulle/clockwork v0.2.2 // indirect
github.com/k3s-io/helm-controller v0.1
1.7
github.com/k3s-io/helm-controller v0.1
2.0
github.com/k3s-io/kine v0.6.5
github.com/klauspost/compress v1.13.6
github.com/kubernetes-sigs/cri-tools v0.0.0-00010101000000-000000000000
...
...
go.sum
View file @
f8fa57de
...
...
@@ -587,8 +587,8 @@ github.com/k3s-io/cri-tools v1.21.0-k3s1 h1:MWQtAsx4HCNXenqU/B4V9eU6HMyafkd1PnW6
github.com/k3s-io/cri-tools v1.21.0-k3s1/go.mod h1:Qsz54zxINPR+WVWX9Kc3CTmuDFB1dNLCNV8jE8lUbtU=
github.com/k3s-io/etcd v0.5.0-alpha.5.0.20220113195313-6c2233a709e8 h1:EEZ7gWyQ3xOR4vL5j067MJmDy/kOKmShIW277mYQB+E=
github.com/k3s-io/etcd v0.5.0-alpha.5.0.20220113195313-6c2233a709e8/go.mod h1:t1cqOhpjW3SEYhH7Wzlg51xzyIM2c5HMB9kvPO5k4gY=
github.com/k3s-io/helm-controller v0.1
1.7 h1:fNpBImB3h5aHvPf3zwU9sFWmeVQh0nTG1sLCoBhEeU
g=
github.com/k3s-io/helm-controller v0.1
1.7/go.mod h1:z0ExsRRIkTO/QC//3/Esn5ItTD6AiQSluwzMaS7RI/4
=
github.com/k3s-io/helm-controller v0.1
2.0 h1:OIi43oEqIggVdc1z4BRzGPpNzvr5xV5EcG+RldJrIa
g=
github.com/k3s-io/helm-controller v0.1
2.0/go.mod h1:yBS3F5emwVjyzUUi3VWAuj9+Ogoq84Mf7CBXbAnKI1U
=
github.com/k3s-io/kine v0.6.5 h1:gYjkuVUUhuIMthIAQSecb2APSx+JZLFO/GWHbDp2NFI=
github.com/k3s-io/kine v0.6.5/go.mod h1:+QI+2dFYzFaFEdhXz3jFcY5HoD0SNXtMI22SxYhD7jk=
github.com/k3s-io/klog v1.0.0-k3s2 h1:yyvD2bQbxG7m85/pvNctLX2bUDmva5kOBvuZ77tTGBA=
...
...
pkg/server/server.go
View file @
f8fa57de
...
...
@@ -206,6 +206,7 @@ func coreControllers(ctx context.Context, sc *Context, config *Config) error {
if
!
config
.
ControlConfig
.
DisableHelmController
{
helm
.
Register
(
ctx
,
sc
.
K8s
,
sc
.
Apply
,
sc
.
Helm
.
Helm
()
.
V1
()
.
HelmChart
(),
sc
.
Helm
.
Helm
()
.
V1
()
.
HelmChartConfig
(),
...
...
scripts/airgap/image-list.txt
View file @
f8fa57de
docker.io/rancher/klipper-helm:v0.
6.6-build20211022
docker.io/rancher/klipper-helm:v0.
7.0-build20220315
docker.io/rancher/klipper-lb:v0.3.4
docker.io/rancher/local-path-provisioner:v0.0.21
docker.io/rancher/mirrored-coredns-coredns:1.8.6
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment