Skip to content

Commit

Permalink
Removed stale postgres image from goreleaser (#1830)
Browse files Browse the repository at this point in the history
  • Loading branch information
shahpratikr authored Jan 3, 2023
1 parent f908fed commit da8bef7
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 23 deletions.
5 changes: 0 additions & 5 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,6 @@ dockers:
image_templates:
- 'ghcr.io/kanisterio/postgres-kanister-tools:{{ .Tag }}'
dockerfile: 'docker/postgres-kanister-tools/Dockerfile'
- ids:
- kando
image_templates:
- 'ghcr.io/kanisterio/postgres-tools-9.6:{{ .Tag }}'
dockerfile: 'docker/postgres-tools-9.6/Dockerfile'
- image_templates:
- 'ghcr.io/kanisterio/postgresql:{{ .Tag }}'
dockerfile: 'docker/postgresql/Dockerfile'
Expand Down
2 changes: 1 addition & 1 deletion build/push_images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ set -o errexit
set -o nounset

IMAGE_REGISTRY="ghcr.io/kanisterio"
IMAGES=("mysql-sidecar" "kafka-adobe-s3-sink-connector" "postgres-kanister-tools" "postgresql" "postgres-tools-9.6" "cassandra" "kanister-kubectl-1.18" "mongo-sidecar" "mongodb" "es-sidecar" "controller" "kanister-tools" "couchbase-tools" "kafka-adobe-s3-source-connector" "foundationdb" "mssql-tools")
IMAGES=("mysql-sidecar" "kafka-adobe-s3-sink-connector" "postgres-kanister-tools" "postgresql" "cassandra" "kanister-kubectl-1.18" "mongo-sidecar" "mongodb" "es-sidecar" "controller" "kanister-tools" "couchbase-tools" "kafka-adobe-s3-source-connector" "foundationdb" "mssql-tools")

TAG=${1:-"v9.99.9-dev"}

Expand Down
15 changes: 0 additions & 15 deletions docker/postgres-tools-9.6/Dockerfile

This file was deleted.

3 changes: 1 addition & 2 deletions examples/mysql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ $ helm repo update
# Install the MySQL database
$ kubectl create namespace mysql-test
$ helm install mysql-release bitnami/mysql --namespace mysql-test \
--set auth.rootPassword='asd#45@mysqlEXAMPLE'

--set auth.rootPassword='<mysql-root-password>'
```

The command deploys a MySQL instance in the `mysql-test` namespace.
Expand Down

0 comments on commit da8bef7

Please sign in to comment.