Skip to content

Commit

Permalink
Merge branch 'main' into laverya/error-typo
Browse files Browse the repository at this point in the history
  • Loading branch information
laverya authored Jul 18, 2024
2 parents 4ae1ded + f0a2846 commit 6cfd769
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -134,11 +134,11 @@ all-ttl.sh: build-ttl.sh
DOCKER_BUILD_ARGS="--platform $(GOOS)/$(GOARCH)" \
make -C migrations build_schema

docker pull --platform $(GOOS)/$(GOARCH)" kotsadm/minio:${MINIO_TAG}
docker pull --platform $(GOOS)/$(GOARCH) kotsadm/minio:${MINIO_TAG}
docker tag kotsadm/minio:${MINIO_TAG} ttl.sh/${CURRENT_USER}/minio:${MINIO_TAG}
docker push ttl.sh/${CURRENT_USER}/minio:${MINIO_TAG}

docker pull --platform $(GOOS)/$(GOARCH)" kotsadm/rqlite:${RQLITE_TAG}
docker pull --platform $(GOOS)/$(GOARCH) kotsadm/rqlite:${RQLITE_TAG}
docker tag kotsadm/rqlite:${RQLITE_TAG} ttl.sh/${CURRENT_USER}/rqlite:${RQLITE_TAG}
docker push ttl.sh/${CURRENT_USER}/rqlite:${RQLITE_TAG}

Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,8 @@ cosign verify-blob --key sbom/key.pub --signature sbom/kots-sbom.tgz.sig sbom/ko
```
1. Visit the Admin Console URL. For VS Code:
![Image 2024-02-23 at 2 55 11 PM](https://github.com/replicatedhq/kots/assets/39952863/aa86019f-0111-4d04-a142-3dfc539858a2)

1. If you'll be working on the webapp or plan on using `make all-ttl.sh` for local testing, be sure to setup yarn:
```bash
cd web && yarn
```
2 changes: 0 additions & 2 deletions deploy/dex/apko.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ contents:
- dex=__DEX_VERSION__
- gomplate
- bash
- busybox
- wolfi-baselayout

accounts:
groups:
Expand Down
2 changes: 0 additions & 2 deletions deploy/minio/apko.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ contents:
- minio=__MINIO_VERSION__
- mc
- bash
- busybox
- wolfi-baselayout

accounts:
groups:
Expand Down
2 changes: 0 additions & 2 deletions deploy/rqlite/apko.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ contents:
- rqlite=__RQLITE_VERSION__
- rqlite-oci-entrypoint=__RQLITE_VERSION__
- bash
- busybox
- wolfi-baselayout

accounts:
groups:
Expand Down

0 comments on commit 6cfd769

Please sign in to comment.