rishangbhavsar

Results 9 comments of rishangbhavsar

Or please add support for binary file in releases Like here. https://github.com/Rishang/install-release

> Hey [@o6uoq](https://github.com/o6uoq) [@ss-rishang](https://github.com/ss-rishang), this is a Python program and it needs python3 and dependencies installed to work. Do you know how to make a python3 program a standalone thing?...

@bryantbiggs can you please try one the specific version I mentioned in the issue, as I am facing this issue in this case, where the PR i did fixed my...

I have updated few values similar to what i am using ignoring the vpc config(you can use any vpc), also you can try just `plan` even not applying is fine,...

Also added fixes for rich logger [here](https://github.com/oguzhan-yilmaz/balcony/pull/55/commits/e19fb1eccc1a21f9400d6cf91df6eda0fe791c79). Previously logs ![image](https://github.com/user-attachments/assets/bb4ea98b-5797-44c1-a218-f223a6bf5b94) Now: ![image](https://github.com/user-attachments/assets/285809f5-2323-45ae-9d25-dadd3e8e7734)

As mentioned above currently is am not able to load service like cognito-idp `UserPoolClient` which requires UserPool id as an argument so i need the `BALCONY_YAML_SERVICES_DIR` to load files from...

@oguzhan-yilmaz Thanks for the update, any doc ref to know how to do it for my case

my certmanager helm config ``` # Chart Version sources: - repoURL: https://charts.jetstack.io chart: cert-manager targetRevision: v1.18.2 helm: releaseName: cert-manager ``` ``` apiVersion: cert-manager.io/v1 kind: ClusterIssuer metadata: name: letsencrypt-prod spec: acme:...

I also have added support for configmaps and deployment replicaset limits `revisionHistoryLimit` in the PR