Skip to content

Commit

Permalink
Add default version 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
181192 committed Feb 12, 2023
1 parent 1447250 commit e97865d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,10 @@ module.exports = {
spectrumPath: '',
spectrumHandle: '',
twitterHandle: '',
defaultVersion: '1.3',
defaultVersion: '1.4',
versions: {
'1.4': 'v1.4.0',
'1.3': 'v1.3.3',
'1.2': 'v1.2.3',
'1.1': 'v1.1.0',
'1.0': 'v1.0.2',
Expand All @@ -51,6 +53,7 @@ module.exports = {
'installation/without-helm',
'installation/upgrade',
'installation/with-aad-pod-identity',
'installation/with-azure-workload-identity',
],
Tutorials: [
'tutorials/index',
Expand Down

0 comments on commit e97865d

Please sign in to comment.