Commit Graph
11579 Commits
Author SHA1 Message Date
jessebotandChris Lu c332832f0b prefer global.serviceAccountName when available for all statefulsets 2023-11-26 09:26:38 -08:00
jessebotandChris Lu aff03c1d00 User global.serviceAccountName to populate ServiceAccount, ClusterRole, and ClusterRoleBinding 2023-11-26 09:26:38 -08:00
Max RobyandChris Lu cf5703e86e existingConfigSecretshould now be consistently treated as a string in the post-install-hook 2023-11-24 06:40:19 -08:00
Max RobyandChris Lu c479c05f6e revert debug changes i missed 2023-11-24 06:40:19 -08:00
Max RobyandChris Lu d33de9f4db remove trailing spaces 2023-11-24 06:40:19 -08:00
Max RobyandChris Lu aac2cd23c7 add a true flag to job command 2023-11-24 06:40:19 -08:00
Max RobyandChris Lu e4cdfde944 add the secrets volumemount 2023-11-24 06:40:19 -08:00
Max RobyandChris Lu 2af6b13800 add a sercret volume mount 2023-11-24 06:40:19 -08:00
Max RobyandChris Lu 7a5d9d8690 bump chart version after rebase 2023-11-24 06:40:19 -08:00
Max RobyandChris Lu c04284cdd7 remove user job since bucket job can now create public buckets, update values.yaml 2023-11-24 06:40:19 -08:00
Max RobyandChris Lu b8bfd4411a add missing read action 2023-11-24 06:40:19 -08:00
Max RobyandChris Lu f33f7c10f0 trying to get anonymous access for buckets working 2023-11-24 06:40:19 -08:00
Max RobyandChris Lu ac6158818b fix issue with underscores versus dashes in secret name causing variable expansion failure 2023-11-24 06:40:19 -08:00
Max RobyandChris Lu f7b98ea1fb fix uneeded quote usage 2023-11-24 06:40:19 -08:00
Max RobyandChris Lu 2920949def templates/post-install-user-hook.yaml 2023-11-24 06:40:19 -08:00
Max RobyandChris Lu 5db0064ffe update hook weight order and give descriptive names to jobs 2023-11-24 06:40:19 -08:00
Max RobyandChris Lu 0aea4dc1f3 add a $ to env vars so they expand in shell 2023-11-24 06:40:19 -08:00
Max RobyandChris Lu 6244bf7355 only template the bucket job if buckets are defined 2023-11-24 06:40:19 -08:00
Max RobyandChris Lu 9ff010d15b create a hook for setting up users 2023-11-24 06:40:19 -08:00
Max RobyandChris Lu d9e06d8481 update refs form beta.kubernetes to kubernetes 2023-11-24 06:40:19 -08:00
Max RobyandChris Lu 869c2ff4f4 fix loop logic in bucket hook and fix bucket name sin values file 2023-11-24 06:40:19 -08:00
Max RobyandChris Lu e4f77b283c fix service name generation in post-install hook 2023-11-24 06:40:19 -08:00
Max RobyandChris Lu c44149a88f add a post-install hook for creating buckets 2023-11-24 06:40:19 -08:00
chrislu 7a50762b9e reduce binary size by skipping rclone 2023-11-23 00:48:27 -08:00
fibbanachiandChris Lu 69013af0f3 added default tls secret value for master ingress 2023-11-21 14:02:38 -08:00
fibbanachiandChris Lu 9b79a4124d support tls in master-ingress 2023-11-21 14:02:38 -08:00
zehwehandChris Lu d818ca9631 fix TestMisplacedChecking() and add test-case 2023-11-21 08:24:34 -08:00
jessebotandChris Lu f4cafc1dbc fix yamllint errors 2023-11-21 08:20:45 -08:00
jessebotandChris Lu c50b6387f6 fix chart bump to be only one minor patch version from the current chart version 2023-11-21 08:20:45 -08:00
jessebotandChris Lu c219a0c553 specify the filer.s3.existingConfigSecret for the filer statefulset
clean up volumeMounts so name is first in the object list item
2023-11-21 08:20:45 -08:00
jessebotandChris Lu 4297601f4b rename seaweedfs-s3-secret.yaml to s3-secret.yaml to match other s3 files
also make sure we check filer.s3.existingConfigSecret
2023-11-21 08:20:45 -08:00
jessebotandChris Lu 0510682908 adding ability to use an existing Secret for s3 2023-11-21 08:20:45 -08:00
Max RobyandChris Lu 322e783525 remove trailing spaces 2023-11-20 13:52:04 -08:00
Max RobyandChris Lu 4278e9879f fix issue where filer PVC created even if using existingClaim 2023-11-20 13:52:04 -08:00
Max RobyandChris Lu 8ba2bffdba add ability to pass annotations to the volumeClaimtemplate, enables k8up usage 2023-11-20 13:52:04 -08:00
Max RobyandChris Lu 08812f8f5d fix incorrect name of volumes 2023-11-20 13:52:04 -08:00
Max RobyandChris Lu 676bcf08d6 add option for existingClaim usage to master-statefulset, fix naming in volume-statefulset 2023-11-20 13:52:04 -08:00
Max RobyandChris Lu 47095efead enable existing claim on filer 2023-11-20 13:52:04 -08:00
Max RobyandChris Lu f46f28fcf9 add support for using an existing claim for volume server 2023-11-20 13:52:04 -08:00
Max RobyandChris Lu ad9fef7a52 fix issue where is always interpreted as true 2023-11-20 13:52:04 -08:00
JesseBotandChris Lu 0770f567e5 Update helm_chart_release.yml - run release on push to master on changes to k8s/chart files 2023-11-20 13:44:07 -08:00
julorandChris Lu 2fa37e0287 Update filer_server_handlers_write_autochunk.go 2023-11-20 11:17:14 -08:00
julorandChris Lu 9e03b916d8 verify content-md5 in header
if upload content by s3 client and set content-md5 in header,then will verify recived and saved content,if not equal delete thos chunks
2023-11-20 11:17:14 -08:00
SmsS4andChris Lu 6c1ce18541 Fix weed fix 2023-11-20 11:14:19 -08:00
dependabot[bot]andChris Lu 281a643024 Bump github.com/aws/aws-sdk-go-v2 from 1.22.1 to 1.23.0
Bumps [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) from 1.22.1 to 1.23.0.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/v1.22.1...v1.23.0)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-20 11:03:22 -08:00
dependabot[bot]andChris Lu b567499f75 Bump github.com/Jille/raft-grpc-transport from 1.4.0 to 1.5.0
Bumps [github.com/Jille/raft-grpc-transport](https://github.com/Jille/raft-grpc-transport) from 1.4.0 to 1.5.0.
- [Release notes](https://github.com/Jille/raft-grpc-transport/releases)
- [Commits](https://github.com/Jille/raft-grpc-transport/compare/v1.4.0...v1.5.0)

---
updated-dependencies:
- dependency-name: github.com/Jille/raft-grpc-transport
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-20 11:02:42 -08:00
dependabot[bot]andChris Lu c962b25c05 Bump github.com/hashicorp/raft-boltdb/v2 from 2.2.2 to 2.3.0
Bumps [github.com/hashicorp/raft-boltdb/v2](https://github.com/hashicorp/raft-boltdb) from 2.2.2 to 2.3.0.
- [Release notes](https://github.com/hashicorp/raft-boltdb/releases)
- [Commits](https://github.com/hashicorp/raft-boltdb/compare/v2.2.2...v2.3.0)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/raft-boltdb/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-20 11:02:25 -08:00
dependabot[bot]andChris Lu 17313aaece Bump docker/build-push-action from 5.0.0 to 5.1.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.0.0 to 5.1.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/0565240e2d4ab88bba5387d719585280857ece09...4a13e500e55cf31b7a5d59a38ab2040ab0f42f56)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-20 11:02:15 -08:00
dependabot[bot]andChris Lu 557fc04996 Bump actions/dependency-review-action from 3.1.2 to 3.1.3
Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) from 3.1.2 to 3.1.3.
- [Release notes](https://github.com/actions/dependency-review-action/releases)
- [Commits](https://github.com/actions/dependency-review-action/compare/fde92acd0840415674c16b39c7d703fc28bc511e...7bbfa034e752445ea40215fff1c3bf9597993d3f)

---
updated-dependencies:
- dependency-name: actions/dependency-review-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-20 11:02:00 -08:00
Lars LehtonenandChris Lu 57801687de weed/command: fix dropped error 2023-11-20 08:05:24 -08:00