Skip to content

Commit

Permalink
Tfy agent stop creating argo project (#362)
Browse files Browse the repository at this point in the history
* remove tfy agent permission to create an argo project

* update chart version

* update commit sha

* Update README.md with readme-generator-for-helm

Signed-off-by: ishaan-tf <ishaan-tf@users.noreply.github.com>

---------

Signed-off-by: ishaan-tf <ishaan-tf@users.noreply.github.com>
Co-authored-by: ishaan-tf <ishaan-tf@users.noreply.github.com>
  • Loading branch information
ishaan-tf and ishaan-tf committed May 24, 2024
1 parent 66c1e66 commit be92be2
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/tfy-agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.2.26-rc.1
version: 0.2.26-rc.2

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
2 changes: 1 addition & 1 deletion charts/tfy-agent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ This application has two parts.
| `tfyAgent.service.type` | Type for tfyAgent Service | `ClusterIP` |
| `tfyAgent.image.repository` | tfyAgent repository | `public.ecr.aws/truefoundrycloud/tfy-agent` |
| `tfyAgent.image.pullPolicy` | Pull policy for tfyAgent | `IfNotPresent` |
| `tfyAgent.image.tag` | Overrides the image tag whose default is the chart appVersion. | `ec6ce3be3f568db63b27e40374c551d5146db486` |
| `tfyAgent.image.tag` | Overrides the image tag whose default is the chart appVersion. | `64eb3928c0d3900382fd94e9843efcf9e44735fe` |
| `tfyAgent.resources.limits.cpu` | CPU resource limits for tfyAgent container. Advised to only increase the limits and not decrease it | `500m` |
| `tfyAgent.resources.limits.memory` | Memory Resource limits for tfyAgent container. Advised to only increase the limits and not decrease it | `512Mi` |
| `tfyAgent.resources.limits.ephemeral-storage` | Ephemeral storage Resource limits for tfyAgent container. Advised to only increase the limits and not decrease it | `256Mi` |
Expand Down
3 changes: 0 additions & 3 deletions charts/tfy-agent/templates/tfy-agent-clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,5 @@ rules:
- apiGroups: ["argoproj.io"]
resources: ["applications", "rollouts", "workflowtemplates", "workflows"]
verbs: ["list", "watch"]
- apiGroups: ["argoproj.io"]
resources: ["appprojects"]
verbs: ["patch", "get"]
{{- end }}
{{- end }}
2 changes: 1 addition & 1 deletion charts/tfy-agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ tfyAgent:
##
pullPolicy: IfNotPresent
## @param tfyAgent.image.tag Overrides the image tag whose default is the chart appVersion.
tag: "ec6ce3be3f568db63b27e40374c551d5146db486"
tag: "64eb3928c0d3900382fd94e9843efcf9e44735fe"

## Define resources requests and limits for single Pods.
## ref: https://kubernetes.io/docs/user-guide/compute-resources/
Expand Down

0 comments on commit be92be2

Please sign in to comment.