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
e9bdb995
Commit
e9bdb995
authored
Aug 12, 2021
by
Brad Davidson
Committed by
Brad Davidson
Aug 13, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump helm-controller to work around tiller crashes
Signed-off-by:
Brad Davidson
<
brad.davidson@rancher.com
>
parent
389cd740
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
6 deletions
+6
-6
go.mod
go.mod
+1
-1
go.sum
go.sum
+2
-2
image-list.txt
scripts/airgap/image-list.txt
+1
-1
controller.go
.../github.com/k3s-io/helm-controller/pkg/helm/controller.go
+1
-1
modules.txt
vendor/modules.txt
+1
-1
No files found.
go.mod
View file @
e9bdb995
...
...
@@ -85,7 +85,7 @@ require (
github.com/google/uuid v1.2.0
github.com/gorilla/mux v1.7.4
github.com/gorilla/websocket v1.4.1
github.com/k3s-io/helm-controller v0.10.
3
github.com/k3s-io/helm-controller v0.10.
5
github.com/k3s-io/kine v0.6.2
github.com/kubernetes-sigs/cri-tools v0.0.0-00010101000000-000000000000
github.com/lib/pq v1.8.0
...
...
go.sum
View file @
e9bdb995
...
...
@@ -468,8 +468,8 @@ github.com/k3s-io/cri v1.4.0-k3s.7 h1:1ycdF3dMDJMW/k/UxDC6eMsyGSMZ/p0AoUBVdJvNGQ
github.com/k3s-io/cri v1.4.0-k3s.7/go.mod h1:fGPUUHMKQik/vIegSe05DtX/m4miovdtvVLqRUFAkK0=
github.com/k3s-io/etcd v0.5.0-alpha.5.0.20201208200253-50621aee4aea h1:7cwby0GoNAi8IsVrT0q+JfQpB6V76ZaEGhj6qts/mvU=
github.com/k3s-io/etcd v0.5.0-alpha.5.0.20201208200253-50621aee4aea/go.mod h1:yVHk9ub3CSBatqGNg7GRmsnfLWtoW60w4eDYfh7vHDg=
github.com/k3s-io/helm-controller v0.10.
3 h1:P4VK98VzTSjReQfmjOk0se437dWbdqIRVfuXFNoR6/8
=
github.com/k3s-io/helm-controller v0.10.
3
/go.mod h1:nZP8FH3KZrNNUf5r+SwwiMR63HS6lxdHdpHijgPfF74=
github.com/k3s-io/helm-controller v0.10.
5 h1:zrStmx4ZkhtFU/OqJYoAZFGFB1Bu+jZs0N8dtlVRxDk
=
github.com/k3s-io/helm-controller v0.10.
5
/go.mod h1:nZP8FH3KZrNNUf5r+SwwiMR63HS6lxdHdpHijgPfF74=
github.com/k3s-io/kine v0.6.2 h1:1aJTPfB8HG4exqMKFVE5H0z4bepF05tJHtYNXotWXa4=
github.com/k3s-io/kine v0.6.2/go.mod h1:rzCs93+rQHZGOiewMd84PDrER92QeZ6eeHbWkfEy4+w=
github.com/k3s-io/kubernetes v1.19.13-k3s1 h1:Kl++d1Z1z21THbkAgMrnnPH5xqKNEg5jyNxn+YR1QHw=
...
...
scripts/airgap/image-list.txt
View file @
e9bdb995
docker.io/rancher/coredns-coredns:1.8.3
docker.io/rancher/klipper-helm:v0.6.
3-build20210804
docker.io/rancher/klipper-helm:v0.6.
4-build20210813
docker.io/rancher/klipper-lb:v0.2.0
docker.io/rancher/library-busybox:1.32.1
docker.io/rancher/library-traefik:1.7.19
...
...
vendor/github.com/k3s-io/helm-controller/pkg/helm/controller.go
View file @
e9bdb995
...
...
@@ -30,7 +30,7 @@ import (
var
(
trueVal
=
true
commaRE
=
regexp
.
MustCompile
(
`\\*,`
)
DefaultJobImage
=
"rancher/klipper-helm:v0.6.
3-build20210804
"
DefaultJobImage
=
"rancher/klipper-helm:v0.6.
4-build20210813
"
)
type
Controller
struct
{
...
...
vendor/modules.txt
View file @
e9bdb995
...
...
@@ -683,7 +683,7 @@ github.com/jmespath/go-jmespath
github.com/jonboulle/clockwork
# github.com/json-iterator/go v1.1.10
github.com/json-iterator/go
# github.com/k3s-io/helm-controller v0.10.
3
# github.com/k3s-io/helm-controller v0.10.
5
## explicit
github.com/k3s-io/helm-controller/pkg/apis/helm.cattle.io
github.com/k3s-io/helm-controller/pkg/apis/helm.cattle.io/v1
...
...
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