Commit Graph

13 Commits

Author SHA1 Message Date
freeleaps-gitops-bot
9487e8d1dd ci(bump): bump secretOperator image version for prod to snapshot-98635e6 2025-08-18 06:22:13 +00:00
zhenyus
6f7dde476f chore: update NOTES.txt to remove metrics access instructions
- Removed instructions for accessing metrics via port-forwarding as metrics are no longer enabled by default.
- This change simplifies the deployment notes for the secret operator.

Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-08-18 14:00:46 +08:00
zhenyus
54d82ac690 ci(bump): update secretOperator repository to freeleaps/secret-operator in values.prod.yaml
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-08-18 13:55:29 +08:00
freeleaps-gitops-bot
153763d680 ci(bump): bump secretOperator image version for prod to snapshot-941145e 2025-08-18 05:19:51 +00:00
zhenyus
f1f48452a9 chore: remove deprecated Helm chart files for secret operator
- Deleted unused files including Chart.yaml, values.yaml, values.prod.yaml, and various templates related to the secret operator.
- This cleanup is part of the effort to streamline the Helm chart structure and remove obsolete configurations.

Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-08-18 12:42:43 +08:00
zhenyus
a68e0f3f6f feat: enable apiServerService in Helm values and update service template
- Added `apiServerService` configuration to `values.prod.yaml` and `values.yaml`, enabling the service.
- Updated the service template to use the new `apiServerService` configuration instead of the deprecated `metrics` configuration.

Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-08-18 12:16:59 +08:00
zhenyus
4173dd0813 fix: delete kopf-peering.yaml in secret-operator helm
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-08-18 12:12:44 +08:00
zhenyus
6e0202ca51 fix: correct image key references in deployment template for secret operator
- Updated the deployment template to use the correct key `secretOperator` instead of `secret-operator` for image configuration.

Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-08-18 12:10:12 +08:00
zhenyus
b8bc7c0d6c ci(bump): update secret operator image tag to snapshot-36e5cf0 in production values
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-08-18 12:08:05 +08:00
zhenyus
2794b3f209 fix: update key name for secret operator image configuration in Helm values
- Changed the key from `secretOperator` to `secret-operator` in `values.yaml`.
- Updated the deployment template to reflect the new key name for image configuration.

Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-08-18 11:57:36 +08:00
zhenyus
db518c0652 refactor: restructure image configuration for secret operator in Helm values
- Moved image configuration under a new `secretOperator` key in both `values.prod.yaml` and `values.yaml`.
- Updated deployment template to reference the new image configuration structure.

Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-08-18 11:49:26 +08:00
zhenyus
ff7ae2e9c0 fix: update configurations for improved service stability
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-08-18 11:29:50 +08:00
zhenyus
c42f249e9f feat(helm): add helm package codes for secret operator
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-08-18 11:24:07 +08:00