Skip to content

Commit fd52755

Browse files
committed
initial migration from rancher to k3s-io
Signed-off-by: Jacob Blain Christen <jacob@rancher.com>
1 parent c8a5803 commit fd52755

3 files changed

Lines changed: 20 additions & 10 deletions

File tree

.drone.yml

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
---
22
kind: pipeline
33
name: amd64
4+
type: docker
45

56
platform:
67
os: linux
78
arch: amd64
89

910
steps:
1011
- name: build
11-
image: rancher/dapper:v0.4.1
12+
image: rancher/dapper:v0.5.0
1213
commands:
1314
- dapper ci
1415
volumes:
@@ -29,7 +30,7 @@ steps:
2930
- ARCH=amd64
3031
when:
3132
instance:
32-
- drone-publish.rancher.io
33+
- drone-publish.k3s.io
3334
ref:
3435
- refs/head/master
3536
- refs/tags/*
@@ -44,14 +45,15 @@ volumes:
4445
---
4546
kind: pipeline
4647
name: arm64
48+
type: docker
4749

4850
platform:
4951
os: linux
5052
arch: arm64
5153

5254
steps:
5355
- name: build
54-
image: rancher/dapper:v0.4.1
56+
image: rancher/dapper:v0.5.0
5557
commands:
5658
- dapper ci
5759
volumes:
@@ -72,7 +74,7 @@ steps:
7274
- ARCH=arm64
7375
when:
7476
instance:
75-
- drone-publish.rancher.io
77+
- drone-publish.k3s.io
7678
ref:
7779
- refs/head/master
7880
- refs/tags/*
@@ -87,14 +89,15 @@ volumes:
8789
---
8890
kind: pipeline
8991
name: arm
92+
type: docker
9093

9194
platform:
9295
os: linux
9396
arch: arm
9497

9598
steps:
9699
- name: build
97-
image: rancher/dapper:v0.4.1
100+
image: rancher/dapper:v0.5.0
98101
commands:
99102
- dapper ci
100103
volumes:
@@ -115,7 +118,7 @@ steps:
115118
- ARCH=arm
116119
when:
117120
instance:
118-
- drone-publish.rancher.io
121+
- drone-publish.k3s.io
119122
ref:
120123
- refs/head/master
121124
- refs/tags/*
@@ -137,7 +140,7 @@ platform:
137140

138141
steps:
139142
- name: manifest
140-
image: plugins/manifest:1.0.2
143+
image: plugins/manifest
141144
settings:
142145
username:
143146
from_secret: docker_username
@@ -151,7 +154,7 @@ steps:
151154
template: "rancher/klipper-helm:${DRONE_TAG}-ARCH"
152155
when:
153156
instance:
154-
- drone-publish.rancher.io
157+
- drone-publish.k3s.io
155158
ref:
156159
- refs/head/master
157160
- refs/tags/*
@@ -162,3 +165,5 @@ depends_on:
162165
- amd64
163166
- arm64
164167
- arm
168+
169+
...

Dockerfile.dapper

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN go get -d github.com/rancher/trash && \
1919
rm -rf /go/src /go/pkg
2020

2121
ENV DAPPER_ENV REPO TAG DRONE_TAG
22-
ENV DAPPER_SOURCE /go/src/github.com/rancher/klipper-helm/
22+
ENV DAPPER_SOURCE /go/src/github.com/k3s-io/klipper-helm/
2323
ENV DAPPER_OUTPUT ./bin ./dist
2424
ENV DAPPER_DOCKER_SOCKET true
2525
ENV TRASH_CACHE ${DAPPER_SOURCE}/.trash-cache

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
klipper-helm
22
========
33

4+
_NOTE: this repository has been recently (2020-10-07) moved out of the github.com/rancher org to github.com/k3s-io
5+
supporting the [acceptance of K3s as a CNCF sandbox project](https://github.com/cncf/toc/pull/447)_.
6+
7+
---
8+
49
This is the image that run helm install/upgrade/remove for the
510
integrated helm support in klipper. The approach is extremely
611
simple. This is just a single shell script.
@@ -12,7 +17,7 @@ simple. This is just a single shell script.
1217
## Contact
1318

1419
For bugs, questions, comments, corrections, suggestions, etc., open an issue in
15-
[rancher/helm-controller](//github.com/rancher/helm-controller/issues).
20+
[k3s-io/helm-controller](//github.com/k3s-io/helm-controller/issues).
1621

1722
## License
1823
Copyright (c) 2019 [Rancher Labs, Inc.](http://rancher.com)

0 commit comments

Comments
 (0)