Commit Graph
31 Commits
Author SHA1 Message Date
callum-tait-pbx a9421edd46 chore: bump dumb-init (#710)
* chore: bump dumb-init and align files

* ci: align make file with root make file
2021-08-11 09:55:09 +09:00
callum-tait-pbx 5b28f3d964 ci: correcting negative paths (#606) 2021-06-07 09:31:55 +01:00
callum-tait-pbx 39d37a7d28 docs: removing git version (#572)
The version of git bundled isn't pinned
2021-05-24 21:47:33 +01:00
callum-tait-pbx 7e766282aa ci: updating paths-ignore (#496)
* chore: updating paths-ignore

* chore: adding more path-ignores
2021-05-01 21:36:45 +09:00
callum-tait-pbx 358146ee54 docs: adding note on cloud tooling (#492)
* docs: adding note on cloud tooling

* docs: better grammar
2021-04-30 10:20:01 +09:00
callum-tait-pbx e9dd16b023 chore: adding stale config (#487)
* chore: adding stale config

* chore: adding more labels

* chore: adding more exempt labels
2021-04-30 10:14:13 +09:00
callum-tait-pbx 1ba4098648 docs: updating to reflect new ownership (#491) 2021-04-30 10:11:58 +09:00
callum-tait-pbx 05fb8569b3 docs: updating helm install command (#485) 2021-04-27 09:12:30 +09:00
callum-tait-pbx db45a375d0 chore: bump runner (#486)
* chore: bump runner

* chore: bumper runner in ci
2021-04-27 08:38:40 +09:00
callum-tait-pbx dc4cf3f57b docs: better enterprise runner documentation (#477)
* docs: better Enterprise runner documentation

* docs: adding more detail
2021-04-25 13:33:47 +09:00
callum-tait-pbx aad2615487 docs: improved details on authentication (#472) 2021-04-23 09:42:29 +09:00
callum-tait-pbx 03d9b6a09f docs: slightly better wording about support (#471) 2021-04-23 09:41:08 +09:00
callum-tait-pbx 5d280cc8c8 docs: adding scaling configuration detail (#469) 2021-04-23 09:40:23 +09:00
callum-tait-pbx 133c4fb21e docs: clean up Enterprise and fsGroup docs (#460)
* docs: cleaning up Enterprise docs

* docs: better wording in various areas

* docs: improving enterprise runner docs

* docs: using American English

* docs: removing superfluous paragraph

* docs: improving grammar

* docs: better grammar

* docs: better wording

* docs: updated to reflect comments

* docs: spelling correction
2021-04-20 10:26:10 +09:00
callum-tait-pbxandYusuke Kuoka 3b2d2c052e chore: adding Helm app version back (#412)
Lint and Test Charts / lint-test (push) Has been cancelled
* chore: adding Helm app version back

* chore: removing redundant values entry

* chore: bumping to newer version

* chore: bumping app version to latest

Co-authored-by: Yusuke Kuoka <[email protected]>
2021-04-18 13:58:54 +09:00
callum-tait-pbx 2eeb56d1c8 docs: removing superfluous title reference (#459) 2021-04-18 09:45:28 +09:00
callum-tait-pbx 1c67ea65d9 ci: fix latest tag push logic (#462)
* ci: fix latest tag push logic

* ci: use better job names
2021-04-18 09:41:22 +09:00
callum-tait-pbxandYusuke Kuoka 325c2cc385 docs: correct and simplify example (#450)
* docs: correct and simplify example

* docs: removing alternatives

Co-authored-by: Yusuke Kuoka <[email protected]>
2021-04-17 17:08:57 +09:00
callum-tait-pbxandYusuke Kuoka f2680b2f2d Bumping runner to Ubuntu 20.04 (#438)
Images for `actions-runner:v${VERSION}` and `actions-runner:latest` tags are upgraded to Ubuntu 20.04.

If you would like not to upgrade Ubuntu in the runner image in the future, migrate to new tags suffixed with `-ubuntu-20.04` like`actions-runner:v${VERSION}-ubuntu-20.04`.

We also keep publishing the existing Ubuntu 18.04 images with new `actions-runner:v${VERSION}-ubuntu-18.04` tags. Please use it when it turned out that you had workflows dependent on Ubuntu 18.04.

Co-authored-by: Yusuke Kuoka <[email protected]>
2021-04-17 17:02:03 +09:00
callum-tait-pbx a6270b44d5 docs: fix typos and add PR link (#379)
* docs: fix typos and add PR link

* docs: changes based on feedback

* docs: fixing numbers in list

* docs: grammer

* docs: better wording
2021-03-12 08:52:34 +09:00
callum-tait-pbx 550a864198 chore: bumping helm chart (#372)
Lint and Test Charts / lint-test (push) Has been cancelled
PR 355 made changes to the CRDs but didn't bump the version
2021-03-05 20:27:52 +09:00
callum-tait-pbx 9c7372a8e0 docs: styling fixes (#359)
* docs: styling fixes

* docs: grammer fixes
2021-03-01 09:44:35 +09:00
callum-tait-pbx f987571b64 Improve docs (#303) 2021-02-26 09:32:18 +09:00
callum-tait-pbx 0fce761686 fix: add trunate to ensure service kinds have valid names (#325)
Lint and Test Charts / lint-test (push) Has been cancelled
* fix: adding truncate for service kinds

* chore : bumping chart version
2021-02-18 08:43:48 +09:00
callum-tait-pbx 7bf712d0d4 fix: duplicate name attribute (#318) 2021-02-16 18:52:08 +09:00
callum-tait-pbx d046350240 chore: bumping helm chart sematically (#296)
Lint and Test Charts / lint-test (push) Has been cancelled
* chore: bumping helm chart sematically

* chore: removing the app version config
2021-02-16 09:45:56 +09:00
callum-tait-pbx cca4d249e9 feat: create workflow for runner releases (#306) 2021-02-16 09:42:28 +09:00
callum-tait-pbx 2146c62c9e chore: bumping Helm chart version (#294)
Lint and Test Charts / lint-test (push) Has been cancelled
* chore: adding mac rubbish to gitignore

* chore: bumping chart version
2021-02-07 16:46:19 +09:00
callum-tait-pbx 563c79c1b9 feat/helm: add manager secret to Helm chart (#254)
* feat: adding maanger secret to Helm

* fix: correcting secret data format

* feat: adding in common labels

* fix: updating default values to have config

The auth config needs to be commented out by default as we don't want to deploy both configs empty. This may break stuff, so we want the user to actively uncomment the auth method they want instead

* chore: updating default format of cert

* chore: wording
2021-01-22 10:03:25 +09:00
callum-tait-pbxandCallum Tait c13704d7e2 feat: custom labels (#231)
Co-authored-by: Callum Tait <[email protected]>
2020-12-13 08:33:04 +09:00
callum-tait-pbxandCallum Tait fb49bbda75 feat: adding helm config for dind sidecar (#232)
Co-authored-by: Callum Tait <[email protected]>
2020-12-13 08:31:24 +09:00