Skip to content

Commit

Permalink
Update UI image tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
ejsmith committed Sep 29, 2020
1 parent 900ae40 commit f4b36ce
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: "echo ref: ${{github.ref}} event: ${{github.event_name}}"
- name: Build Version
run: |
dotnet tool install --global minver-cli --version 2.3.0
dotnet tool install --global minver-cli --version 2.3.1
version=$(minver --tag-prefix v)
echo "::set-env name=MINVERVERSIONOVERRIDE::$version"
echo "::set-env name=VERSION::$version"
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
if: github.event_name != 'pull_request'
uses: azure/setup-helm@v1
with:
version: v3.3.0
version: v3.3.4
- name: Deploy Changes to Development Environment
if: github.ref == 'refs/heads/bug/orphaned-data' && github.event_name != 'pull_request'
run: |
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG UI_VERSION=ui:3.0.1
ARG UI_VERSION=ui:3.0.2
FROM exceptionless/${UI_VERSION} AS ui

FROM mcr.microsoft.com/dotnet/sdk:5.0 AS build
Expand Down
2 changes: 1 addition & 1 deletion build/common.props
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All"/>
<PackageReference Include="AsyncFixer" Version="1.3.0" PrivateAssets="All" />
<PackageReference Include="MinVer" Version="2.3.0" PrivateAssets="All" />
<PackageReference Include="MinVer" Version="2.3.1" PrivateAssets="All" />
</ItemGroup>

</Project>
3 changes: 3 additions & 0 deletions k8s/ex-setup.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,9 @@ $AZ_USERNAME=$(Write-Output $SERVICE_PRINCIPAL | jq -r '.appId')
$AZ_PASSWORD=$(Write-Output $SERVICE_PRINCIPAL | jq -r '.password')
az aks update-credentials --resource-group $RESOURCE_GROUP --name $CLUSTER --reset-service-principal --service-principal $AZ_USERNAME --client-secret $AZ_PASSWORD

# renew service principal
az ad sp credential reset --name "$CLUSTER-ci" --years 2

# delete the entire thing
az aks delete --resource-group $RESOURCE_GROUP --name $CLUSTER

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<PackageReference Include="App.Metrics.Reporting.InfluxDB" Version="4.1.0" />
<PackageReference Include="StackExchange.Redis" Version="2.1.117" />
<PackageReference Include="Geocoding.Google" Version="4.0.1" />
<PackageReference Include="MaxMind.GeoIP2" Version="3.2.0" />
<PackageReference Include="MaxMind.GeoIP2" Version="3.3.0" />
<PackageReference Include="Foundatio.Aliyun" Version="10.0.0" />
<PackageReference Include="Foundatio.AppMetrics" Version="10.0.0" />
<PackageReference Include="Foundatio.AWS" Version="10.0.0" />
Expand Down

0 comments on commit f4b36ce

Please sign in to comment.